commit 3d3a14034d753da62f21b76a454eec82812537c0
parent 86d16e39cc3748f48ab3cc279dd0eeea6285710f
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 3 Jan 2016 18:09:41 +0100
Bumping version to 3.0.1
Diffstat:
5 files changed, 35 insertions(+), 36 deletions(-)
diff --git a/FILE_ID.DIZ b/FILE_ID.DIZ
@@ -0,0 +1,33 @@
+ ____ ____
+ ________|_ (_ _______ _) _|________
+ _)) - --|/---\\-----//---\|-- - ((_
+ | ' ________ ` |
+ : ______ ____\ (_ ______ ___
+ ___\___ /__ _\_ _\\_ :_\ ___/_____\_(_
+_\ __ /_\ \\/ \\____ \_ |
+\ \: : \\ . :/ | |
+\\_____\-------------\____|___/------:_ |
+ _) |-----\\ . _______ . )__|
+ | | : \\ (_ :
+ : | .::. .::. |----\_ _/______ .
+ . | ::::::::::: | :/ __\ ____/__
+_ | `:::::::' | / \ _\ _/
+\ |_ `:::' | _. / \: \_
+\\_______\\ ' |--/___/-----\_____//
+ - -----------//______|----------------- -
+ : :
+ | |
+ | Ansilove/C 3.0.1 |
+ | |
+ | ANSi=>PNG converter & library |
+ | |
+ | Supports 7 textmode formats |
+ | ANS/PCB/BiN/ADF/iDF/TND/XBiN! |
+ | |
+ | Supports 14 MS-DOS charsets |
+ | 80x25, 80x50 and Amiga fonts! |
+ |_ Supports SAUCE and iCE colors _|
+ _|/ Small output size (4-bit PNG) \|_
+ // \\
+ /____ _____\
+ ns. ((_ A N S i L O V E _)) ASL
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 `3.0.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. The project is considered as stable, current version is `3.0.1`.
# Specs
diff --git a/TODO b/TODO
@@ -1,5 +1,4 @@
- Import documentation from Ansilove/PHP
- Refactor stuff inherited from the PHP version
-- Create a manual page
- Display mode information in summary
- Use standard C functions to parse ANSI sequences and get rid of explode
diff --git a/file_id.diz b/file_id.diz
@@ -1,33 +0,0 @@
- ____ ____
- ________|_ (_ _______ _) _|________
- _)) - --|/---\\-----//---\|-- - ((_
- | ' ________ ` |
- : ______ ____\ (_ ______ ___
- ___\___ /__ _\_ _\\_ :_\ ___/_____\_(_
-_\ __ /_\ \\/ \\____ \_ |
-\ \: : \\ . :/ | |
-\\_____\-------------\____|___/------:_ |
- _) |-----\\ . _______ . )__|
- | | : \\ (_ :
- : | .::. .::. |----\_ _/______ .
- . | ::::::::::: | :/ __\ ____/__
-_ | `:::::::' | / \ _\ _/
-\ |_ `:::' | _. / \: \_
-\\_______\\ ' |--/___/-----\_____//
- - -----------//______|----------------- -
- : :
- | |
- | Ansilove/C 3.0.0 |
- | |
- | ANSi=>PNG converter & library |
- | |
- | Supports 7 textmode formats |
- | ANS/PCB/BiN/ADF/iDF/TND/XBiN! |
- | |
- | Supports 14 MS-DOS charsets |
- | 80x25, 80x50 and Amiga fonts! |
- |_ Supports SAUCE and iCE colors _|
- _|/ Small output size (4-bit PNG) \|_
- // \\
- /____ _____\
- ns. ((_ A N S i L O V E _)) ASL
diff --git a/src/alconfig.h b/src/alconfig.h
@@ -13,7 +13,7 @@
#define alconfig_h
// configuration defines
-#define VERSION "3.0.0"
+#define VERSION "3.0.1"
#define SUBSTITUTE_BREAK "1"
#define WRAP_COLUMN_80 "1"