Version 0.21
This commit is contained in:
parent
846a4d14d8
commit
8d3d68a09d
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
|
||||
FG_VERSION_MAJOR = 0
|
||||
FG_VERSION_MINOR = 20
|
||||
FG_VERSION_MINOR = 21
|
||||
FG_VERSION = $(FG_VERSION_MAJOR).$(FG_VERSION_MINOR)
|
||||
|
||||
|
||||
|
@ -159,6 +159,9 @@ FG_CFLAGS = $(GLOBAL_CFLAGS) $(FG_DEBUG_FLAGS)
|
|||
|
||||
#---------------------------------------------------------------------------
|
||||
# $Log$
|
||||
# Revision 1.28 1997/12/30 23:08:50 curt
|
||||
# Version 0.21
|
||||
#
|
||||
# Revision 1.27 1997/12/30 20:47:08 curt
|
||||
# Version 0.20
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue