mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 14:38:08 +00:00
Version bump to 0.26.0
This commit is contained in:
parent
ef933c3649
commit
1479ddac80
@ -1,3 +1,11 @@
|
||||
0.26.0
|
||||
|
||||
* added the ability to rebind UP, DOWN, LEFT, RIGHT, PAGE_UP, PAGE_DOWN, END and
|
||||
HOME keys to allow for VIM-style key bindings
|
||||
* fixed a focus related bug when switching between main views
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.25.2
|
||||
|
||||
musikcube:
|
||||
|
@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 25)
|
||||
set (musikcube_VERSION_PATCH 2)
|
||||
set (musikcube_VERSION_MINOR 26)
|
||||
set (musikcube_VERSION_PATCH 0)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
include(CMakeToolsHelpers OPTIONAL)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 25
|
||||
#define VERSION_PATCH 2
|
||||
#define VERSION "0.25.2"
|
||||
#define VERSION_MINOR 26
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION "0.26.0"
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.0-beta5'
|
||||
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user