Update patch level and snapshot after tagging release

This commit is contained in:
Andrew Johnson
2017-12-15 12:48:28 -06:00
parent 37d103f9cd
commit e43c6634d0

View File

@ -43,10 +43,10 @@ EPICS_MODIFICATION = 1
# EPICS_PATCH_LEVEL must be a number (win32 resource file requirement) # EPICS_PATCH_LEVEL must be a number (win32 resource file requirement)
# Not included if zero # Not included if zero
EPICS_PATCH_LEVEL = 1 EPICS_PATCH_LEVEL = 2
# This will end in -DEV between official releases # This will end in -DEV between official releases
#EPICS_DEV_SNAPSHOT=-DEV EPICS_DEV_SNAPSHOT=-DEV
#EPICS_DEV_SNAPSHOT=-pre1 #EPICS_DEV_SNAPSHOT=-pre1
#EPICS_DEV_SNAPSHOT=-pre1-DEV #EPICS_DEV_SNAPSHOT=-pre1-DEV
#EPICS_DEV_SNAPSHOT=-pre2 #EPICS_DEV_SNAPSHOT=-pre2
@ -55,7 +55,7 @@ EPICS_PATCH_LEVEL = 1
#EPICS_DEV_SNAPSHOT=-rc1-DEV #EPICS_DEV_SNAPSHOT=-rc1-DEV
#EPICS_DEV_SNAPSHOT=-rc2 #EPICS_DEV_SNAPSHOT=-rc2
#EPICS_DEV_SNAPSHOT=-rc2-DEV #EPICS_DEV_SNAPSHOT=-rc2-DEV
EPICS_DEV_SNAPSHOT= #EPICS_DEV_SNAPSHOT=
# No changes should be needed below here # No changes should be needed below here