Skip to content

Commit 1b7d0d5

Browse files
Next is 0.16.0
1 parent b3a8abb commit 1b7d0d5

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
set(VERSION_MAJOR "0")
4-
set(VERSION_MINOR "15")
4+
set(VERSION_MINOR "16")
55
set(VERSION_PATCH "0")
66
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
77

doc/CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**hrmp** is a high resolution music player.
44

55
```
6-
hrmp 0.15.0
6+
hrmp 0.16.0
77
High resolution music player
88
99
Usage:

doc/GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ First of all, make sure that `hrmp` is installed and in your path by
44
using `hrmp -?`. You should see
55

66
```
7-
hrmp 0.15.0
7+
hrmp 0.16.0
88
High resolution music player
99
1010
Usage:

doc/manual/04-getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First of all, make sure that **hrmp** is installed and in your path by
66
using `hrmp -?`. You should see
77

88
```
9-
hrmp 0.15.0
9+
hrmp 0.16.0
1010
High resolution music player
1111
1212
Usage:

doc/manual/05-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**hrmp** is a high resolution music player.
66

77
```
8-
hrmp 0.15.0
8+
hrmp 0.16.0
99
High resolution music player
1010
1111
Usage:

hrmp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: hrmp
2-
Version: 0.15.0
2+
Version: 0.16.0
33
Release: 1%{dist}
44
Summary: High-Resolution Music Player
55
License: GPL

src/include/hrmp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern "C" {
2626
#include <stdbool.h>
2727
#include <stddef.h>
2828

29-
#define VERSION "0.15.0"
29+
#define VERSION "0.16.0"
3030

3131
#define HRMP_HOMEPAGE "https://hrmp.github.io/"
3232
#define HRMP_ISSUES "https://github.com/HighResMusicPlayer/hrmp/issues"

0 commit comments

Comments
 (0)