Skip to content

Commit

Permalink
update version infos for 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theGreatWhiteShark committed Jan 12, 2024
1 parent b924657 commit 8b34fd3
Show file tree
Hide file tree
Showing 5 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.2'
TARGET_VERSION: '1.2.3'
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 @@ project(hydrogen)
## Determine proper semantic version
set(VERSION_MAJOR "1")
set(VERSION_MINOR "2")
set(VERSION_PATCH "2")
set(VERSION_PATCH "3")
#set(VERSION_SUFFIX "beta1")

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 <[email protected]>
2024-01-12 the hydrogen team <[email protected]>
* Release 1.2.3
* Added
- Forward compatibility for .h2song and drumkit changes introduced in
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 "9" "September 2023" "Hydrogen 1.2.2" "User Commands"
.TH HYDROGEN "12" "January 2024" "Hydrogen 1.2.3" "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 1.2.2 [http://www.hydrogen\-music.org].
Hydrogen 1.2.3 [http://www.hydrogen\-music.org].
Copyright 2002\-2008 Alessandro Cominu,
Copyright 2008\-2023 The hydrogen development team.
Copyright 2008\-2024 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

0 comments on commit 8b34fd3

Please sign in to comment.