commit 3796402d11f5e63f43a4757477e52cd77d87840b
parent aa044c8db001a3c9af18ae63d51723e24100edd0
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Tue, 4 Mar 2014 22:48:20 +0100
bumping version to 2.1.1
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ansilove/alconfig.h b/ansilove/alconfig.h
@@ -2,7 +2,7 @@
// alconfig.h
// AnsiLove/C
//
-// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus.
+// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus.
// All rights reserved.
// https://github.com/ByteProject/AnsiLove-C/
//
@@ -14,7 +14,7 @@
#define alconfig_h
// configuration defines
-#define VERSION "2.1.0"
+#define VERSION "2.1.1"
#define PCBOARD_STRIP_CODES "@POFF@,@WAIT@"
diff --git a/ansilove/info.plist b/ansilove/info.plist
@@ -17,9 +17,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>210</string>
+ <string>211</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. All rights reserved.</string>
+ <string>Copyright © 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>