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

« back to all changes in this revision

Viewing changes to Version

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
# The version number of this release.
8
8
MAJOR_VERSION=1
9
 
MINOR_VERSION=19
 
9
MINOR_VERSION=20
10
10
SUBMINOR_VERSION=0
11
11
# numeric value should match above
12
 
VERSION_NUMBER=119.0
 
12
VERSION_NUMBER=120.0
13
13
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
14
14
VERSION=${GNUSTEP_BASE_VERSION}
15
15