commit 42a52c426bb54fce70e735c975535e1bfdef4cc1
parent c90f0630d1a7db5399c1bb9c1ceba7f898e866ac
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 21 Jan 2016 18:00:57 +0100
Bumping version to 3.0.2
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.1 |
+ | Ansilove/C 3.0.2 |
| |
| 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.1`.
+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`.
# Specs
diff --git a/src/config.h b/src/config.h
@@ -13,7 +13,7 @@
#define config_h
// configuration defines
-#define VERSION "3.0.1"
+#define VERSION "3.0.2"
enum {
SUBSTITUTE_BREAK = 1,