File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ SSG_PROJECT_NAME = scap-security-guide
1515# #
1616# e.g. SSG_MAJOR_VERSION = 0 #
1717# SSG_MINOR_VERSION = 1 #
18- # SSG_RELEASE_VERSION = 30 #
19- # -> "0.1.30 " #
18+ # SSG_RELEASE_VERSION = 31 #
19+ # -> "0.1.31 " #
2020########################################################
2121SSG_MAJOR_VERSION = 0.1
22- SSG_MINOR_VERSION = 30
22+ SSG_MINOR_VERSION = 31
2323SSG_RELEASE_VERSION = 1
2424
2525########################################################
2626# Contains the scap-security-guide release manager's #
2727# name, email, and the date if the release i.e. #
2828# 'git tag'. These are added to the rpm changelog #
2929########################################################
30- SSG_RELEASE_DATE = Wed Jun 22 2016
31- SSG_REL_MANAGER = Jan iankko Lieskovsky
32- SSG_REL_MANAGER_MAIL = jlieskov @redhat.com
30+ SSG_RELEASE_DATE = Mon Nov 28 2016
31+ SSG_REL_MANAGER = Watson Yuuma Sato
32+ SSG_REL_MANAGER_MAIL = wsato @redhat.com
3333
3434########################################################
3535# To mark GIT snapshots this should be set to 'yes' #
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ present in %{name} package.
6666* __DATE__ __REL_MANAGER__ <__REL_MANAGER_MAIL__> __VERSION__-__RELEASE__
6767- Make new __VERSION__ release
6868
69+ * Mon Nov 28 2016 Watson Yuuma Sato <wsato@redhat.com> 0.1.31-1
70+ - Make new 0.1.31 upstream release
71+
6972* Wed Jun 22 2016 Jan iankko Lieskovsky <jlieskov@redhat.com> 0.1.30-1
7073- Make new 0.1.30 upstream release
7174
You can’t perform that action at this time.
0 commit comments