aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2001-01-04 10:45:33 +0000
committerlecoanet2001-01-04 10:45:33 +0000
commit840a1532b80632b41eee418cf36ff35a72d64896 (patch)
tree4a07345c914c5c9e086a6e81259c2f871b0ad040
parentafee38e148393b50be76ddda2ed264fb5cc69d63 (diff)
downloadtkzinc-840a1532b80632b41eee418cf36ff35a72d64896.zip
tkzinc-840a1532b80632b41eee418cf36ff35a72d64896.tar.gz
tkzinc-840a1532b80632b41eee418cf36ff35a72d64896.tar.bz2
tkzinc-840a1532b80632b41eee418cf36ff35a72d64896.tar.xz
*** empty log message ***
-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