Skip to content

Commit

Permalink
Version bump to 0.60.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clangen committed Jan 10, 2019
1 parent 2a753b0 commit e21e083
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.60.2

FreeBSD only release.

musikcube:
* *finally* fixed the FreeBSD scrollbar crasher. yeesh.
* fixed a bug in the `sndio` output plugin that may cause the first few buffers
of audio data to be discarded when manually changing tracks.

--------------------------------------------------------------------------------

0.60.1

musikcube:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 60)
set (musikcube_VERSION_PATCH 1)
set (musikcube_VERSION_PATCH 2)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")

include(CMakeToolsHelpers OPTIONAL)
Expand Down
2 changes: 1 addition & 1 deletion musikcube.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name musikcube
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
%define version 0.60.1
%define version 0.60.2
Name: %{name}
Version: %{version}
Release: %{dist}
Expand Down
6 changes: 3 additions & 3 deletions src/musikcube/app/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#define VERSION_MAJOR 0
#define VERSION_MINOR 60
#define VERSION_PATCH 1
#define VERSION "0.60.1"
#define VERSION_PATCH 2
#define VERSION "0.60.2"

namespace musik {
namespace cube {
Expand All @@ -25,4 +25,4 @@ namespace musik {
"(" + PLATFORM + ")";
}
}
}
}
Binary file modified src/musikcube/musikcube.rc
Binary file not shown.

0 comments on commit e21e083

Please sign in to comment.