Skip to content

Commit c845af2

Browse files
committed
Release updates
1 parent 1e8c7ac commit c845af2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ PROJECT(hydrogen)
1818
SET(VERSION_MAJOR "1")
1919
SET(VERSION_MINOR "1")
2020
SET(VERSION_PATCH "1")
21-
SET(VERSION_SUFFIX "dev")
2221

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

@@ -31,7 +30,7 @@ ELSE()
3130
ENDIF(VERSION_SUFFIX)
3231

3332
# Consider any tagged commit as a release build
34-
EXECUTE_PROCESS(COMMAND git describe --exact-match OUTPUT_VARIABLE GIT_TAG)
33+
EXECUTE_PROCESS(COMMAND git describe --exact-match --tags OUTPUT_VARIABLE GIT_TAG)
3534
IF(GIT_TAG)
3635
SET(IS_DEVEL_BUILD "false")
3736
ELSE()

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
20xx-xx-xx the hydrogen team <[email protected]>
1+
2021-12-05 the hydrogen team <[email protected]>
22
* Release 1.1.1
33
* Bugfixes
44
- fix preferences dialog "OK" button behaviour (#1375)

data/doc

Submodule doc updated 842 files

0 commit comments

Comments
 (0)