forked from openchange/openchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VERSION
38 lines (33 loc) · 1.85 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
########################################################
# OPENCHANGE Version #
# #
# script/mkversion.sh #
# will use this file to create #
# libmapi/version.h #
# #
########################################################
########################################################
# To mark GIT snapshots this should be set to 'yes' #
# in the development BRANCH, and set to 'no' only in #
# the release BRANCH #
# #
# <MAJOR>.<MINOR>[...]-GIT-build-xxx #
# #
# e.g. OPENCHANGE_VERSION_IS_GIT_SNAPSHOT=yes #
# -> "0.7-GIT-build-199" #
########################################################
OPENCHANGE_VERSION_IS_GIT_SNAPSHOT=yes
#############################################################
# This is for specifying a release nickname #
# #
# e.g. OPENCHANGE_VERSION_RELEASE_NICKNAME=Nicky Nickname #
# -> "0.7 (Nicky Nickname)" #
#############################################################
OPENCHANGE_VERSION_RELEASE_NICKNAME=Vulcan
#############################################################
# This is for specifying a release number #
# #
# e.g. OPENCHANGE_VERSION_RELEASE_VERSION=0.8.2 #
# -> "0.8.2 (Nicky Nickname)" #
#############################################################
OPENCHANGE_VERSION_RELEASE_NUMBER=2.3