commit 5be4df0ee220439f869e0fea6eb617c354150122
parent ac9ae44d8ead8859347fddbc8cbb64d81dec7907
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Thu, 6 Mar 2014 19:50:50 +0100
updating version to 2.1.2
Diffstat:
3 files changed, 3 insertions(+), 3 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 stable, current version is `2.1.1`.
+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 stable, current version is `2.1.2`.
# Specs
diff --git a/ansilove/alconfig.h b/ansilove/alconfig.h
@@ -14,7 +14,7 @@
#define alconfig_h
// configuration defines
-#define VERSION "2.1.1"
+#define VERSION "2.1.2"
#define PCBOARD_STRIP_CODES "@POFF@,@WAIT@"
diff --git a/ansilove/info.plist b/ansilove/info.plist
@@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>211</string>
+ <string>212</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. All rights reserved.</string>
<key>NSPrincipalClass</key>