Skip to content

Commit

Permalink
Version bump to 0.9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauser committed Sep 9, 2014
1 parent 31053e2 commit 71ec7c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ PROJECT(hydrogen)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "9")
SET(VERSION_PATCH "6")
SET(VERSION_PATCH2 "1")
#SET(VERSION_SUFFIX "RC2")

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

#IF(VERSION_SUFFIX)
Expand Down
4 changes: 2 additions & 2 deletions linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hydrogen (0.9.6) unstable; urgency=low
hydrogen (0.9.6.1) unstable; urgency=low

* Release 0.9.6
* new build system (cmake)
Expand Down Expand Up @@ -112,5 +112,5 @@ hydrogen (0.9.6) unstable; urgency=low
* new statusbar message to display longer messages than 30 chars
setScrollStatusBarMessage( QString message, int ms )

-- Alessandro Cominu <comix@users.sf.net> Mon, 15 Sep 2008 12:00:00 +0200
-- Sebastian Moors <smoors@users.sf.net> Mon, 09 Sep 2014 12:00:00 +0200

4 changes: 2 additions & 2 deletions linux/debian/control
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Source: hydrogen
Section: Multimedia
Priority: optional
Maintainer: Alessandro Cominu <comix@users.sf.net>
Build-Depends: debhelper (>= 4.0.0), libsndfile1-dev, libjack-dev, libasound-dev, libflac++-dev, libtar-dev, libqt4-dev, liblrdf-dev, cmake, librubberband-dev
Maintainer: Sebastian Moors <smoors@users.sf.net>
Build-Depends: debhelper (>= 4.0.0), libsndfile1-dev, libjack-dev, libasound-dev, libtar-dev, libqt4-dev, liblrdf-dev, cmake, librubberband-dev
Standards-Version: 3.6.2

Package: hydrogen
Expand Down

0 comments on commit 71ec7c5

Please sign in to comment.