Skip to content

Commit

Permalink
build: updated release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshmahajan committed Apr 18, 2024
1 parent fda002b commit 456fd8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Version.h.manual
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
#define MINOTAURVERSION_H

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

/*
* Version is defined as MINOTAUR_MAJOR_VERSION.MINOTAUR_MINOR_VERSION
* patch MINOTAUR_PATCH_VERSION
*/
#define MINOTAUR_MAJOR_VERSION 0
#define MINOTAUR_MINOR_VERSION 4
#define MINOTAUR_PATCH_VERSION 0
#define MINOTAUR_PATCH_VERSION 1

#endif

2 changes: 1 addition & 1 deletion doc/doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PROJECT_NAME = "Minotaur"
# could be handy for archiving the generated documentation or if some version
# control system is used.
# (minotaur config)
PROJECT_NUMBER = 0.4
PROJECT_NUMBER = 0.4.1

# 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
Expand Down
2 changes: 1 addition & 1 deletion src/base/Version.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
#define MINOTAUR_MAJOR_VERSION 0
#define MINOTAUR_MINOR_VERSION 4
#define MINOTAUR_PATCH_VERSION 0
#define MINOTAUR_PATCH_VERSION 1

#endif

0 comments on commit 456fd8c

Please sign in to comment.