Skip to content

Commit feb6160

Browse files
committed
[New release] Make new 0.1.31 upstream release
1 parent 9975eff commit feb6160

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

VERSION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
########################################################
2121
SSG_MAJOR_VERSION = 0.1
22-
SSG_MINOR_VERSION = 30
22+
SSG_MINOR_VERSION = 31
2323
SSG_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' #

scap-security-guide.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 <[email protected]> 0.1.31-1
70+
- Make new 0.1.31 upstream release
71+
6972
* Wed Jun 22 2016 Jan iankko Lieskovsky <[email protected]> 0.1.30-1
7073
- Make new 0.1.30 upstream release
7174

0 commit comments

Comments
 (0)