Skip to content

Commit 8cf550f

Browse files
committed
Final commit for 4.7.2
1 parent c070a34 commit 8cf550f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Doxyfile

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

41-
PROJECT_NUMBER = 4.7.2-dev
41+
PROJECT_NUMBER = 4.7.2
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_PVDATABASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EPICS_PVDATABASE_MAINTENANCE_VERSION = 2
66

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

9-
EPICS_PVDATABASE_DEVELOPMENT_FLAG = 1
9+
EPICS_PVDATABASE_DEVELOPMENT_FLAG = 0
1010

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

documentation/RELEASE_NOTES.md

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

33
This document summarizes the changes to the module between releases.
44

5-
## Release 4.7.2
5+
## Release 4.7.2 (EPICS 7.0.9, Feb 2025)
66

7-
* Resolved issue with changed field set in the case where the top level (master) field ("_") is not requested by the client, but the master field callback causes all fields to be marked as updated, rather than only those fields that have actually been modified.
7+
* Resolved issue with changed field set in the case where the top level (master)
8+
field ("_") is not requested by the client, but the master field callback causes
9+
all fields to be marked as updated, rather than only those fields that have
10+
actually been modified.
811

912
## Release 4.7.1 (EPICS 7.0.8, Dec 2023)
1013

0 commit comments

Comments
 (0)