commit f2dbfdd556922c114349dcaf9791f19748221a5c
parent 008795c4bd1b293278252bf577f00c231c35858d
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 13 Dec 2015 18:38:26 +0100
Bumping version to 3.0.0
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -16,7 +16,7 @@
# AnsiLove/C
-This is a complete rewrite of [AnsiLove/PHP](http://ansilove.sourceforge.net) 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 `2.2.1`.
+This is a complete rewrite of [AnsiLove/PHP](http://ansilove.sourceforge.net) 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.0`.
# Specs
diff --git a/file_id.diz b/file_id.diz
@@ -17,7 +17,7 @@ _ | `:::::::' | / \ _\ _/
- -----------//______|----------------- -
: :
| |
- | Ansilove/C 2.2.1 |
+ | Ansilove/C 3.0.0 |
| |
| ANSi=>PNG converter & library |
| |
diff --git a/src/alconfig.h b/src/alconfig.h
@@ -13,7 +13,7 @@
#define alconfig_h
// configuration defines
-#define VERSION "2.2.1"
+#define VERSION "3.0.0"
#define PCBOARD_STRIP_CODES "@POFF@,@WAIT@"