Skip to content

Commit

Permalink
[New release] Make new 0.1.34 upstream release
Browse files Browse the repository at this point in the history
  • Loading branch information
yuumasato committed Jun 29, 2017
1 parent 53d7681 commit edf22e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(SSG_KICKSTART_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/scap-security-guide/kick

set(SSG_MAJOR_VERSION 0)
set(SSG_MINOR_VERSION 1)
set(SSG_PATCH_VERSION 33)
set(SSG_PATCH_VERSION 34)
set(SSG_VERSION "${SSG_MAJOR_VERSION}.${SSG_MINOR_VERSION}.${SSG_PATCH_VERSION}")

set(SSG_VENDOR "ssgproject" CACHE STRING "Specify the XCCDF 1.2 vendor string.")
Expand Down
8 changes: 4 additions & 4 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ SSG_PROJECT_NAME = scap-security-guide
# #
# e.g. SSG_MAJOR_VERSION = 0 #
# SSG_MINOR_VERSION = 1 #
# SSG_RELEASE_VERSION = 33 #
# -> "0.1.33" #
# SSG_RELEASE_VERSION = 34 #
# -> "0.1.34" #
########################################################
SSG_MAJOR_VERSION = 0.1
SSG_MINOR_VERSION = 33
SSG_MINOR_VERSION = 34
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 = Sat Apr 29 2017
SSG_RELEASE_DATE = Thu Jun 29 2017
SSG_REL_MANAGER = Watson Yuuma Sato
SSG_REL_MANAGER_MAIL = wsato@redhat.com

Expand Down

0 comments on commit edf22e7

Please sign in to comment.