forked from ComplianceAsCode/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VERSION
44 lines (41 loc) · 2.1 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
39
40
41
42
43
44
########################################################
# scap-security-guide Version #
# #
# scap-security-guide versions are as follows #
# 0.1.x New production series #
# 1.0.0GITabcdefg Build from GIT #
# #
########################################################
SSG_PROJECT_NAME = scap-security-guide
########################################################
# This are the main version numbers #
# #
# <MAJOR>.<MINOR>.<RELEASE> #
# #
# e.g. SSG_MAJOR_VERSION = 0 #
# SSG_MINOR_VERSION = 1 #
# SSG_RELEASE_VERSION = 12 #
# -> "0.1.12" #
########################################################
SSG_MAJOR_VERSION = 0.1
SSG_MINOR_VERSION = 24
SSG_RELEASE_VERSION = 1
########################################################
# Contains the scap-security-guide release manager's #
# name, email, and the date if the release i.e. #
# 'git tag'. These are added to the rpm changelog #
########################################################
SSG_RELEASE_DATE = Tue Jul 07 2015
SSG_REL_MANAGER = Jan iankko Lieskovsky
SSG_REL_MANAGER_MAIL = [email protected]
########################################################
# To mark GIT snapshots this should be set to 'yes' #
# in the development BRANCH, and set to 'no' only in #
# the SSG_X_X_RELEASE BRANCH #
# #
# <MAJOR>.<MINOR>.<RELEASE>GITxxx #
# #
# e.g. SSG_VERSION_IS_GIT_SNAPSHOT=yes #
# -> "1.0.0GITabcdefg" #
########################################################
SSG_VERSION_IS_GIT_SNAPSHOT="yes"