Skip to content

Commit

Permalink
Bump version: 3.0.2-dev+2018-06-03 -> 3.0.2-stable+2018-06-10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrivet committed Jun 10, 2018
1 parent 9659ea8 commit 3fe6c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[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})
Expand Down
4 changes: 2 additions & 2 deletions Marlin/Version.h
Expand Up @@ -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.
Expand Down

0 comments on commit 3fe6c13

Please sign in to comment.