Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
clangen committed Jan 25, 2019
1 parent c0df72b commit f0ae641
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)

project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 61)
set (musikcube_VERSION_MINOR 62)
set (musikcube_VERSION_PATCH 2)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")

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.61.2
%define version 0.62.2
Name: %{name}
Version: %{version}
Release: %{dist}
Expand Down
4 changes: 2 additions & 2 deletions src/musikcube/app/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#include <string>

#define VERSION_MAJOR 0
#define VERSION_MINOR 61
#define VERSION_MINOR 62
#define VERSION_PATCH 2
#define VERSION "0.61.2"
#define VERSION "0.62.2"

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

0 comments on commit f0ae641

Please sign in to comment.