aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--patchlvl.h4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c104a17..f9f5c45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+zinc-tk (3.1.22) unstable; urgency=low
+
+ * Ajout de sections de compilation conditionnelle pour libart.
+ Renommage de l'option -localrender en -render pour préparer
+ l'avenir (openGL ou extension Render de Xfree86).
+
+ -- Patrick Lecoanet <lecoanet@cena.dgac.fr> Thu, 4 Jan 2001 11:41:11 +0100
+
zinc-tk (3.1.21) unstable; urgency=low
* Ajouté une dep sur libart. Corrige des bugs sur l'appel de l'antirec.
diff --git a/patchlvl.h b/patchlvl.h
index ca6d3b0..31f1e2e 100644
--- a/patchlvl.h
+++ b/patchlvl.h
@@ -11,6 +11,6 @@
#ifndef ZINCVERSION
#define ZINCVER 3
#define ZINCREV 1
-#define ZINCPLVL 21
-#define ZINCVERSION "zinc-version-3121"
+#define ZINCPLVL 22
+#define ZINCVERSION "zinc-version-3122"
#endif