~ubuntu-branches/ubuntu/trusty/389-ds-base/trusty

« back to all changes in this revision

Viewing changes to VERSION.sh

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-08-30 00:31:55 UTC
  • mfrom: (1.2.1)
  • Revision ID: package-import@ubuntu.com-20130830003155-oimuzdqopkvp2cd0
Tags: 1.3.1.7-0ubuntu1
Sync from unreleased debian git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# PACKAGE_VERSION is constructed from these
11
11
VERSION_MAJOR=1
12
12
VERSION_MINOR=3
13
 
VERSION_MAINT=0.3
 
13
VERSION_MAINT=1.7
14
14
# if this is a PRERELEASE, set VERSION_PREREL
15
15
# otherwise, comment it out
16
16
# be sure to include the dot prefix in the prerel
17
 
#VERSION_PREREL=.rc3
 
17
# VERSION_PREREL=.pre.a1
18
18
# NOTES on VERSION_PREREL
19
19
# use aN for an alpha release e.g. a1, a2, etc.
20
20
# use rcN for a release candidate e.g. rc1, rc2, etc.