commit 0875e2ca918e994bc7c9c2837852696c83cbb2ba
parent c33e62fca455728884da78d6d31246680b9d57ee
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Wed, 19 Sep 2012 21:11:25 +0200
updated version number to 2.0.1
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# AnsiLove/C
-This is a complete rewrite of [AnsiLove/PHP](http://ansilove.sourceforge.net) in the C programming language. It converts ANSi and artscene related file formats into [PNG images](http://cl.ly/1D0o1M2t2Y190v33462F/o). Unlike the PHP variant, AnsiLove/C is intended as UNIX command line tool you install preferably to `/usr/bin`. The project is considered as completed and stable, current version is `2.0.0`.
+This is a complete rewrite of [AnsiLove/PHP](http://ansilove.sourceforge.net) in the C programming language. It converts ANSi and artscene related file formats into [PNG images](http://cl.ly/1D0o1M2t2Y190v33462F/o). Unlike the PHP variant, AnsiLove/C is intended as UNIX command line tool you install preferably to `/usr/bin`. The project is considered as completed and stable, current version is `2.0.1`.
# Specs
diff --git a/ansilove/alconfig.h b/ansilove/alconfig.h
@@ -14,7 +14,7 @@
#define alconfig_h
// configuration defines
-#define VERSION "2.0.0"
+#define VERSION "2.0.1"
#define PCBOARD_STRIP_CODES "@POFF@,@WAIT@"