Version bump for eventual update.

This commit is contained in:
casey langen 2019-12-24 19:34:36 -08:00
parent 66185ad08e
commit 20c47b21a2
5 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 70)
set (musikcube_VERSION_MINOR 71)
set (musikcube_VERSION_PATCH 0)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")

View File

@ -1,6 +1,6 @@
%define name musikcube
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
%define version 0.70.0
%define version 0.71.0
Name: %{name}
Version: %{version}
Release: %{dist}

View File

@ -3,9 +3,9 @@
#include <string>
#define VERSION_MAJOR 0
#define VERSION_MINOR 70
#define VERSION_MINOR 71
#define VERSION_PATCH 0
#define VERSION "0.70.0"
#define VERSION "0.71.0"
namespace musik {
namespace cube {

Binary file not shown.

View File

@ -17,8 +17,8 @@ android {
applicationId "io.casey.musikcube.remote"
minSdkVersion 21
targetSdkVersion 28
versionCode 101
versionName "0.70.0"
versionCode 102
versionName "0.71.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}