~epics-core/epics-base/ioc-arch

« back to all changes in this revision

Viewing changes to configure/CONFIG_BASE_VERSION

  • Committer: Andrew Johnson
  • Date: 2016-03-03 23:36:43 UTC
  • Revision ID: anj@aps.anl.gov-20160303233643-xudb5va0ym317opr
Tags: R3.16.0.1
CONFIG_BASE_VERSIONĀ forĀ R3.16.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
# EPICS_PATCH_LEVEL must be a number (win32 resource file requirement)
46
46
# Not included if zero
47
 
EPICS_PATCH_LEVEL = 0
 
47
EPICS_PATCH_LEVEL = 1
48
48
 
49
49
# This will end in -DEV between official releases
50
 
EPICS_DEV_SNAPSHOT=-DEV
 
50
#EPICS_DEV_SNAPSHOT=-DEV
51
51
#EPICS_DEV_SNAPSHOT=-pre1
52
52
#EPICS_DEV_SNAPSHOT=-pre1-DEV
53
53
#EPICS_DEV_SNAPSHOT=-pre2
56
56
#EPICS_DEV_SNAPSHOT=-rc1-DEV
57
57
#EPICS_DEV_SNAPSHOT=-rc2
58
58
#EPICS_DEV_SNAPSHOT=-rc2-DEV
59
 
#EPICS_DEV_SNAPSHOT=
 
59
EPICS_DEV_SNAPSHOT=
60
60
 
61
61
# No changes should be needed below here
62
62