Set version number to 2.2.3

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
Claudio Matsuoka 2011-01-12 00:35:48 -02:00
parent d971045702
commit 3635c3c5b4
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Changes in FIGlet 2.3 (in progress)
---------------------
Changes in FIGlet 2.2.3 (in progress)
-----------------------
FIGlet 2.3 is a revision of FIGlet 2.2.2 featuring minor bugfixes and
FIGlet 2.2.3 is a revision of FIGlet 2.2.2 featuring minor bugfixes and
important licensing changes in the zipio files. The full list of
changes is:

View File

@ -45,7 +45,7 @@ DEFAULTFONTFILE = standard.flf
## END OF CONFIGURATION SECTION
##
VERSION = 2.3
VERSION = 2.2.3
DIST = figlet-$(VERSION)
OBJS = figlet.o zipio.o crc.o inflate.o
BINS = figlet chkfont

View File

@ -11,8 +11,8 @@
****************************************************************************/
#define DATE "XX January 2011"
#define VERSION "2.3"
#define VERSION_INT 20300
#define VERSION "2.2.3"
#define VERSION_INT 20203
/* FIGlet (Frank, Ian & Glenn's Letters) */
/* by Glenn Chappell */