Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
clangen committed Dec 27, 2022
1 parent 81a05d2 commit 1dc9096
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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 99)
set (musikcube_VERSION_PATCH 2)
set (musikcube_VERSION_PATCH 3)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
set (LIBRARY_OUTPUT_PATH ${musikcube_SOURCE_DIR}/bin/plugins)
set (EXECUTABLE_OUTPUT_PATH ${musikcube_SOURCE_DIR}/bin)
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.99.2
%define version 0.99.3
Name: %{name}
Version: %{version}
Release: %{dist}
Expand Down
6 changes: 3 additions & 3 deletions src/musikcore/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@

#define VERSION_MAJOR 0
#define VERSION_MINOR 99
#define VERSION_PATCH 2
#define VERSION_COMMIT_HASH "#746c36cf"
#define VERSION "0.99.2"
#define VERSION_PATCH 3
#define VERSION_COMMIT_HASH "#81a05d2c"
#define VERSION "0.99.3"

namespace musik {
namespace cube {
Expand Down
Binary file modified src/musikcube/musikcube.rc
Binary file not shown.

0 comments on commit 1dc9096

Please sign in to comment.