~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Version

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Compatible with Bourne shell syntax, so it can included there too.
3
3
 
4
4
# The gcc version required to compile the library.
5
 
GCC_VERSION=2.8.0
 
5
GCC_VERSION=2.9.5
6
6
 
7
7
# The version number of this release.
8
8
MAJOR_VERSION=1
9
 
MINOR_VERSION=10
10
 
SUBMINOR_VERSION=3
 
9
MINOR_VERSION=11
 
10
SUBMINOR_VERSION=2
11
11
# numeric value should match above
12
 
VERSION_NUMBER=110.3
 
12
VERSION_NUMBER=111.2
13
13
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
14
14
VERSION=${GNUSTEP_BASE_VERSION}
15
15