Skip to content

Commit

Permalink
set version to 1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauser committed Jun 7, 2020
1 parent 97ed43c commit 5058752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PROJECT(hydrogen)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "0")
#SET(VERSION_SUFFIX "beta2")
SET(VERSION_SUFFIX "rc1")

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

Expand Down
2 changes: 1 addition & 1 deletion linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hydrogen (1.0.0-beta) unstable; urgency=low
hydrogen (1.0.0-rc1) unstable; urgency=low
* Release 1.0
* QT5 support
* Midi feedback
Expand Down

0 comments on commit 5058752

Please sign in to comment.