aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--patchlvl.h4
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4dc081e..79f33b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+zinc-tk (3.2.3a) unstable; urgency=low
+
+ * Ajout d'attributs dans Track sur vecteur vitesse.
+ * Ajout de RenderPolyline qui débarasse de libgle et qui fournit
+ les flêches.
+ * Ajout de l'item Triangles.
+
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Mon, 3 Dec 2001 15:29:13 +0100
+
zinc-tk (3.2.2) unstable; urgency=low
* Ajout du clipping non rectangulaire.
diff --git a/patchlvl.h b/patchlvl.h
index 27fdf35..23efa07 100644
--- a/patchlvl.h
+++ b/patchlvl.h
@@ -11,6 +11,6 @@
#ifndef ZINCVERSION
#define ZINCVER 3
#define ZINCREV 2
-#define ZINCPLVL 02
-#define ZINCVERSION "zinc-version-3202"
+#define ZINCPLVL 03
+#define ZINCVERSION "zinc-version-3203"
#endif