Skip to content
Snippets Groups Projects
Commit 3fe6c137 authored by Sebastien Andrivet's avatar Sebastien Andrivet
Browse files

Bump version: 3.0.2-dev+2018-06-03 -> 3.0.2-stable+2018-06-10

parent 9659ea81
No related branches found
Tags advi3++3.0.2
No related merge requests found
[bumpversion]
current_version = 3.0.2-dev+2018-06-03
current_version = 3.0.2-stable+2018-06-10
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?\+(?P<date>\d{4}\-\d{2}\-\d{2})
......
......@@ -49,14 +49,14 @@
* Verbose version identifier which should contain a reference to the location
* from where the binary was downloaded or the source code was compiled.
*/
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (" ADVi3PP_NAME " 3.0.2-dev)"
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (" ADVi3PP_NAME " 3.0.2)"
/**
* The STRING_DISTRIBUTION_DATE represents when the binary file was built,
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2018-06-03 12:00"
#define STRING_DISTRIBUTION_DATE "2018-06-10 12:00"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment