Skip to content

Commit

Permalink
Release process: update versions etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cme committed Sep 4, 2021
1 parent f9d4e6b commit eda3557
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 "1")
SET(VERSION_PATCH "0")
SET(VERSION_SUFFIX "dev")
# SET(VERSION_SUFFIX "dev")

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

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-09-04 the hydrogen team <hydrogen-devel@lists.sourceforge.net>
* Release 1.1
* Keyboard cursor-driven pattern, song and note properties editing
* Note selection and movement in pattern editors
Expand Down
6 changes: 3 additions & 3 deletions linux/hydrogen.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH HYDROGEN "1" "November 2016" "Hydrogen 0.9.7" "User Commands"
.TH HYDROGEN "1" "September 2021" "Hydrogen 1.1.0" "User Commands"
.SH NAME
hydrogen \- a simple drum machine/step sequencer.
.SH SYNOPSIS
Expand All @@ -7,9 +7,9 @@ hydrogen \- a simple drum machine/step sequencer.
[\fI-v\fR] [\fI-h\fR] \fI-s file\fR
.SH DESCRIPTION
.PP
Hydrogen 0.9.7 [http://www.hydrogen\-music.org].
Hydrogen 1.1.0 [http://www.hydrogen\-music.org].
Copyright 2002\-2008 Alessandro Cominu,
Copyright 2008\-2016 The hydrogen development team.
Copyright 2008\-2021 The hydrogen development team.
.PP
Hydrogen is an advanced drum machine for GNU/Linux.
It's main goal is to bring professional yet simple and intuitive pattern-based drum programming.
Expand Down
8 changes: 4 additions & 4 deletions src/gui/src/AboutDialogContributorList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/*
* Hydrogen
* Copyright(c) 2002-2008 by Alex >Comix< Cominu [comix@users.sourceforge.net]
* Copyright(c) 2008-2021 The hydrogen development team [hydrogen-devel@lists.sourceforge.net]
*
* http://www.hydrogen-music.org
*
Expand All @@ -29,18 +28,19 @@ AboutDialogContributorList::AboutDialogContributorList() : H2Core::Object( __cla

std::vector<QString> v{
"theGreatWhiteShark"
,"Sebastian Moors"
,"Colin McEwan"
,"Sebastian Moors"
,"oddtime"
,"Varik Valefor"
,"Olivier Humbert"
,"Clara Hobbs"
,"Przemysław Sitek"
,"Charbel Jacquin"
,"freddii"
,"daryl"
,"Jérémy Zurcher"
,"Guocheng"
,"freddii"
,"David Runge"
,"daryl"
,"Darío Hereñú"
,"Aaron"
};
Expand Down

0 comments on commit eda3557

Please sign in to comment.