* Version: Update to 0.10.0

* GNUmakefile: Set package name for release targets.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23459 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2006-09-12 09:48:23 +00:00
parent 7b04982417
commit ed6029d19e
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-09-12 David Ayers <ayers@fsfe.org>
* Version: Update to 0.10.0
* GNUmakefile: Set package name for release targets.
2006-09-07 Matt Rice <ratmice@yahoo.com>
* DBModeler/Resources/DBModeler.tiff: New file.

View file

@ -27,6 +27,12 @@ include $(GNUSTEP_MAKEFILES)/common.make
include ./Version
PACKAGE_NAME=gnustep-dl2
PACKAGE_VERSION=${VERSION}
SVN_MODULE_NAME=gdl2
SVN_BASE_URL=http://svn.gna.org/svn/gnustep/libs
#
# The list of subproject directories
#

View file

@ -6,8 +6,8 @@ GNUSTEP_GCC=2.95.2
# The version number of this release.
MAJOR_VERSION=0
MINOR_VERSION=9
SUBMINOR_VERSION=1
MINOR_VERSION=10
SUBMINOR_VERSION=0
GDL_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GDL_VERSION}