commit 234aa4280a6541185edaf8e4667ce3b343143ec0
parent 3124aadf7a0e5a96cc69d32ff8ea5eb600b8a4ea
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 14 Jul 2016 00:28:53 +0200
Bumping version to 3.0.3
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/FILE_ID.DIZ b/FILE_ID.DIZ
@@ -17,7 +17,7 @@ _ | `:::::::' | / \ _\ _/
- -----------//______|----------------- -
: :
| |
- | Ansilove/C 3.0.2 |
+ | Ansilove/C 3.0.3 |
| |
| ANSi=>PNG converter & library |
| |
diff --git a/README.md b/README.md
@@ -16,7 +16,7 @@
# AnsiLove/C
-This is a complete rewrite of [AnsiLove/PHP](http://www.ansilove.org) in the C programming language. It converts ANSi and artscene related file formats into PNG images. The project is considered as stable, current version is `3.0.2`.
+This is a complete rewrite of [AnsiLove/PHP](http://www.ansilove.org) in the C programming language. It converts ANSi and artscene related file formats into PNG images. The project is considered as stable, current version is `3.0.3`.
# Specs
diff --git a/src/config.h b/src/config.h
@@ -13,7 +13,7 @@
#define config_h
// configuration defines
-#define VERSION "3.0.2"
+#define VERSION "3.0.3"
enum {
SUBSTITUTE_BREAK = 1,