mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-01 09:42:28 +00:00
* 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:
parent
a2e920b01f
commit
7b0373241f
3 changed files with 13 additions and 2 deletions
|
@ -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>
|
2006-09-07 Matt Rice <ratmice@yahoo.com>
|
||||||
|
|
||||||
* DBModeler/Resources/DBModeler.tiff: New file.
|
* DBModeler/Resources/DBModeler.tiff: New file.
|
||||||
|
|
|
@ -27,6 +27,12 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
include ./Version
|
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
|
# The list of subproject directories
|
||||||
#
|
#
|
||||||
|
|
4
Version
4
Version
|
@ -6,8 +6,8 @@ GNUSTEP_GCC=2.95.2
|
||||||
|
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
MAJOR_VERSION=0
|
MAJOR_VERSION=0
|
||||||
MINOR_VERSION=9
|
MINOR_VERSION=10
|
||||||
SUBMINOR_VERSION=1
|
SUBMINOR_VERSION=0
|
||||||
GDL_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
GDL_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||||
VERSION=${GDL_VERSION}
|
VERSION=${GDL_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue