File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = SWMM-Docs
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 5.2.0.dev5
41
+ PROJECT_NUMBER = 5.2.0.dev6
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 16
16
//------------------
17
17
18
18
// Update VERSION and SEMVERSION Simultaneously
19
- #define VERSION 53000 // Eventually will be deprecated.
19
+ #define VERSION 52000 // Eventually will be deprecated.
20
20
#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
23
23
#define SEMVERSION_LEN 20 // Version String Len
24
24
25
25
#define MAGICNUMBER 516114522
You can’t perform that action at this time.
0 commit comments