-
Notifications
You must be signed in to change notification settings - Fork 1
/
VERSION
38 lines (33 loc) · 1.86 KB
/
VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
########################################################
# OPENCHANGESIM Version #
# #
# script/mkversion.sh #
# will use this file to create #
# libmapi/version.h #
# #
########################################################
########################################################
# To mark SVN snapshots this should be set to 'yes' #
# in the development BRANCH, and set to 'no' only in #
# the release BRANCH #
# #
# <MAJOR>.<MINOR>[...]-SVN-build-xxx #
# #
# e.g. OPENCHANGESIM_VERSION_IS_SVN_SNAPSHOT=yes #
# -> "0.7-SVN-build-199" #
########################################################
OPENCHANGESIM_VERSION_IS_SVN_SNAPSHOT=yes
#############################################################
# This is for specifying a release nickname #
# #
# e.g. OPENCHANGESIM_VERSION_RELEASE_NICKNAME=Nicky Nickname#
# -> "0.7 (Nicky Nickname)" #
#############################################################
OPENCHANGESIM_VERSION_RELEASE_NICKNAME=PLUGJUNE
#############################################################
# This is for specifying a release number #
# #
# e.g. OPENCHANGESIM_VERSION_RELEASE_VERSION=0.8.2 #
# -> "0.8.2 (Nicky Nickname)" #
#############################################################
OPENCHANGESIM_VERSION_RELEASE_NUMBER=1.0