commit 33f0d42e5159fec9f55f49aef0fffb086aef1c1e
parent 797478e83651ed1ec5a939b13cbd1be29a054d8d
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 16 Apr 2017 23:05:36 +0200
Bumping version to 3.0.5
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.4 |
+ | Ansilove/C 3.0.5 |
| |
| ANSi=>PNG converter & library |
| |
diff --git a/README.md b/README.md
@@ -16,7 +16,7 @@
# AnsiLove/C [![Build Status][1]][2]
-This is a complete rewrite of [AnsiLove/PHP](https://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`.
+This is a complete rewrite of [AnsiLove/PHP](https://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.5`.
# Specs
diff --git a/src/config.h b/src/config.h
@@ -13,6 +13,6 @@
#define config_h
// configuration defines
-#define VERSION "3.0.4"
+#define VERSION "3.0.5"
#endif