Skip to content

Commit

Permalink
update release resources
Browse files Browse the repository at this point in the history
  • Loading branch information
theGreatWhiteShark committed Jun 8, 2023
1 parent 42793ac commit 3dd2b45
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
environment:
GENERATOR: "MinGW Makefiles"
UPLOAD_ARTIFACTS: false
TARGET_VERSION: '1.2.0'
TARGET_VERSION: '1.2.1'
matrix:

- job_name: 'Ubuntu 20.04'
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENDIF()
PROJECT(hydrogen)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "2")
SET(VERSION_PATCH "0")
SET(VERSION_PATCH "1")

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 @@
XXXX-XX-XX the hydrogen team <hydrogen-devel@lists.sourceforge.net>
2023-06-08 the hydrogen team <hydrogen-devel@lists.sourceforge.net>
* Release 1.2.1
* Update French translation
* Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions linux/hydrogen.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH HYDROGEN "7" "April 2023" "Hydrogen 1.2.0" "User Commands"
.TH HYDROGEN "8" "June 2023" "Hydrogen 1.2.1" "User Commands"
.SH NAME
hydrogen \- a simple drum machine/step sequencer.
.SH SYNOPSIS
Expand All @@ -7,7 +7,7 @@ hydrogen \- a simple drum machine/step sequencer.
[\fI-v\fR] [\fI-h\fR] \fI-s file\fR
.SH DESCRIPTION
.PP
Hydrogen 1.2.0 [http://www.hydrogen\-music.org].
Hydrogen 1.2.1 [http://www.hydrogen\-music.org].
Copyright 2002\-2008 Alessandro Cominu,
Copyright 2008\-2023 The hydrogen development team.
.PP
Expand Down
2 changes: 1 addition & 1 deletion src/gui/src/AboutDialogContributorList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ AboutDialogContributorList::AboutDialogContributorList() {
,"Sebastian Moors"
,"oddtime"
,"Julien de Kozak"
,"Paul Vint"
,"Olivier HUMBERT"
,"Paul Vint"
,"luz paz"
,"Daniele Medri"
,"Raphael Graf"
Expand Down

0 comments on commit 3dd2b45

Please sign in to comment.