commit 7db8ab09668912eeaf099331c289bd0f252fb8c6
parent 3d02232d494599a3bc63f6da8ff2fb6dbd9d47be
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 28 Jun 2015 20:09:49 +0200
Bumping version to 2.2.1
Diffstat:
3 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
@@ -1,22 +1,22 @@
- _______ ___________ ___
- __\___ \_ ____/ /\ /______ ___\_/__ /\
- / \| \/ _ \ /--\_____ \\ / /\ / \
- _/ | / \ \ |/ / \ \ _ _____/ \_______
- \ |_____\____/ / / \____ /\/ /
- \______| \ \_____/\______ /\ \/ \ /\NSILOVE / C /____ _
- \ |_______\__\___ \ \ \ / \___\__/____
- \____| /____/\_\/\__ / / __/___ \ /\ ____
- \ \ \ / /_/ __ \/ /__\__/ _/ _____ ___
- /\ \____\/ / // \ / / / _>/ //__/\
- / \ _/ \ // / / / \/ / \__\/
- _ _________ / \_______ _ \___ /_______/ / _/ \____ \ /
- \ / \ \___/\ \_______/\\ \ \______/\/
- \/ \_\ \ \_______\ \ \\/ \__\ \ \
+ _______ ___________ ___
+ __\___ \_ ____/ /\ /______ ___\_/__ /\
+ / \| \/ _ \ /--\_____ \\ / /\ / \
+ _/ | / \ \ |/ / \ \ _ _____/ \_______
+ \ |_____\____/ / / \____ /\/ /
+ \______| \ \_____/\______ /\ \/ \ /\NSILOVE / C /____ _
+ \ |_______\__\___ \ \ \ / \___\__/____
+ \____| /____/\_\/\__ / / __/___ \ /\ ____
+ \ \ \ / /_/ __ \/ /__\__/ _/ _____ ___
+ /\ \____\/ / // \ / / / _>/ //__/\
+ / \ _/ \ // / / / \/ / \__\/
+ _ _________ / \_______ _ \___ /_______/ / _/ \____ \ /
+ \ / \ \___/\ \_______/\\ \ \______/\/
+ \/ \_\ \ \_______\ \ \\/ \__\ \ \
\__\/ \______\/ h7/dS!\_____\/
# 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](http://cl.ly/1D0o1M2t2Y190v33462F/o). Unlike the PHP variant, AnsiLove/C is intended as UNIX command line tool you install preferably to `/usr/bin`. The project is considered as stable, current version is `2.2.0`.
+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](http://cl.ly/1D0o1M2t2Y190v33462F/o). Unlike the PHP variant, AnsiLove/C is intended as UNIX command line tool you install preferably to `/usr/bin`. The project is considered as stable, current version is `2.2.1`.
# Specs
diff --git a/file_id.diz b/file_id.diz
@@ -17,7 +17,7 @@ _ | `:::::::' | / \ _\ _/
- -----------//______|----------------- -
: :
| |
- | Ansilove/C 2.2.0 |
+ | Ansilove/C 2.2.1 |
| |
| 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.0"
+#define VERSION "2.2.1"
#define PCBOARD_STRIP_CODES "@POFF@,@WAIT@"