commit 3687eed39d0baa8bace42b30537166b7485599e9
parent a828ad91a7fb2651078b56cddb7b6a5aadbb758b
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 28 Jul 2016 18:03:39 +0200
Bumping version to 3.0.4
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.3 |
+ | Ansilove/C 3.0.4 |
| |
| 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.3`.
+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.4`.
# Specs
diff --git a/src/config.h b/src/config.h
@@ -13,7 +13,7 @@
#define config_h
// configuration defines
-#define VERSION "3.0.3"
+#define VERSION "3.0.4"
enum {
SUBSTITUTE_BREAK = 1,