Skip to content

Commit 456fd8c

Browse files
build: updated release version
1 parent fda002b commit 456fd8c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎Version.h.manual‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
#define MINOTAURVERSION_H
99

1010
/* Define MINOTAUR_GIT_VERSION to whatever the output of git describe is. */
11-
#define MINOTAUR_GIT_VERSION "v0.2-182-gc80398c"
11+
#define MINOTAUR_GIT_VERSION "v0.4-49-gfda002bb"
1212

1313
/*
1414
* Version is defined as MINOTAUR_MAJOR_VERSION.MINOTAUR_MINOR_VERSION
1515
* patch MINOTAUR_PATCH_VERSION
1616
*/
1717
#define MINOTAUR_MAJOR_VERSION 0
1818
#define MINOTAUR_MINOR_VERSION 4
19-
#define MINOTAUR_PATCH_VERSION 0
19+
#define MINOTAUR_PATCH_VERSION 1
2020

2121
#endif
2222

‎doc/doxyfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "Minotaur"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242
# (minotaur config)
43-
PROJECT_NUMBER = 0.4
43+
PROJECT_NUMBER = 0.4.1
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

‎src/base/Version.h.cmake‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
#define MINOTAUR_MAJOR_VERSION 0
1818
#define MINOTAUR_MINOR_VERSION 4
19-
#define MINOTAUR_PATCH_VERSION 0
19+
#define MINOTAUR_PATCH_VERSION 1
2020

2121
#endif
2222

0 commit comments

Comments
 (0)