Skip to content

Commit 7300e6b

Browse files
committed
Set next development version
1 parent 0ef8a36 commit 7300e6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "PVData C++"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 8.0.6
41+
PROJECT_NUMBER = 8.0.7-dev
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

configure/CONFIG_PVDATA_VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
EPICS_PVD_MAJOR_VERSION = 8
44
EPICS_PVD_MINOR_VERSION = 0
5-
EPICS_PVD_MAINTENANCE_VERSION = 6
5+
EPICS_PVD_MAINTENANCE_VERSION = 7
66

77
# Development flag, set to zero for release versions
88

9-
EPICS_PVD_DEVELOPMENT_FLAG = 0
9+
EPICS_PVD_DEVELOPMENT_FLAG = 1
1010

1111
# Immediately after a release the MAINTENANCE_VERSION
1212
# will be incremented and the DEVELOPMENT_FLAG set to 1

documentation/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "PVData C++"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 8.0.6
41+
PROJECT_NUMBER = 8.0.7-dev
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)