Skip to content

Commit

Permalink
Release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cme committed Dec 5, 2021
1 parent 1e8c7ac commit c845af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ PROJECT(hydrogen)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "1")
SET(VERSION_PATCH "1")
SET(VERSION_SUFFIX "dev")

SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand All @@ -31,7 +30,7 @@ ELSE()
ENDIF(VERSION_SUFFIX)

# Consider any tagged commit as a release build
EXECUTE_PROCESS(COMMAND git describe --exact-match OUTPUT_VARIABLE GIT_TAG)
EXECUTE_PROCESS(COMMAND git describe --exact-match --tags OUTPUT_VARIABLE GIT_TAG)
IF(GIT_TAG)
SET(IS_DEVEL_BUILD "false")
ELSE()
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
20xx-xx-xx the hydrogen team <hydrogen-devel@lists.sourceforge.net>
2021-12-05 the hydrogen team <hydrogen-devel@lists.sourceforge.net>
* Release 1.1.1
* Bugfixes
- fix preferences dialog "OK" button behaviour (#1375)
Expand Down
2 changes: 1 addition & 1 deletion data/doc
Submodule doc updated 842 files

0 comments on commit c845af2

Please sign in to comment.