From 82770ffdc73acaaab2ab804f2b8bd7c9fa042807 Mon Sep 17 00:00:00 2001 From: Jenn Wu Date: Fri, 28 Feb 2020 10:07:04 -0500 Subject: [PATCH] Change version number down to 5.2.0.dev6 --- docs/Doxyfile | 2 +- src/consts.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index a29077152..9849fac17 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = SWMM-Docs # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 5.2.0.dev5 +PROJECT_NUMBER = 5.2.0.dev6 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/consts.h b/src/consts.h index b942b1549..292e836f9 100644 --- a/src/consts.h +++ b/src/consts.h @@ -16,10 +16,10 @@ //------------------ // Update VERSION and SEMVERSION Simultaneously -#define VERSION 53000 // Eventually will be deprecated. +#define VERSION 52000 // Eventually will be deprecated. #define SEMVERSION_MAJOR "5" // Major Semantic Version -#define SEMVERSION_MINOR "3" // Minor Semantic Version -#define SEMVERSION_PATCH "0" // Patch Semantic Version +#define SEMVERSION_MINOR "2" // Minor Semantic Version +#define SEMVERSION_PATCH "0.dev6" // Patch Semantic Version #define SEMVERSION_LEN 20 // Version String Len #define MAGICNUMBER 516114522