Skip to content

Commit 82770ff

Browse files
committed
Change version number down to 5.2.0.dev6
1 parent a032913 commit 82770ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = SWMM-Docs
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 5.2.0.dev5
41+
PROJECT_NUMBER = 5.2.0.dev6
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

src/consts.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
//------------------
1717

1818
// Update VERSION and SEMVERSION Simultaneously
19-
#define VERSION 53000 // Eventually will be deprecated.
19+
#define VERSION 52000 // Eventually will be deprecated.
2020
#define SEMVERSION_MAJOR "5" // Major Semantic Version
21-
#define SEMVERSION_MINOR "3" // Minor Semantic Version
22-
#define SEMVERSION_PATCH "0" // Patch Semantic Version
21+
#define SEMVERSION_MINOR "2" // Minor Semantic Version
22+
#define SEMVERSION_PATCH "0.dev6" // Patch Semantic Version
2323
#define SEMVERSION_LEN 20 // Version String Len
2424

2525
#define MAGICNUMBER 516114522

0 commit comments

Comments
 (0)