Bump version number.
git-svn-id: svn://svn.code.sf.net/p/jack-keyboard/code/trunk@26 1fa2bf75-7d80-4145-9e94-f9b4e25a1cb2
This commit is contained in:
parent
ae2b7935d8
commit
560484950a
@ -28,7 +28,7 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/")
|
||||
set(VERSION "2.7.1")
|
||||
set(VERSION "2.7.2")
|
||||
|
||||
set(JackEnable ON CACHE BOOL "Enable support for Jack")
|
||||
set(LashEnable ON CACHE BOOL "Enable support for Lash")
|
||||
|
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
VERSION?=2.7.1
|
||||
VERSION?=2.7.2
|
||||
|
||||
help:
|
||||
@echo "Targets: configure all clean install package"
|
||||
|
2
NEWS
2
NEWS
@ -1,3 +1,5 @@
|
||||
User-visible changes between 2.7.1 and 2.7.2 include:
|
||||
|
||||
User-visible changes between 2.6 and 2.7.1 include:
|
||||
|
||||
- fix a warning regarding the redefinition of NNOTES
|
||||
|
@ -70,7 +70,7 @@
|
||||
#define OUTPUT_PORT_NAME "midi_out"
|
||||
#define INPUT_PORT_NAME "midi_in"
|
||||
#define PACKAGE_NAME "jack-keyboard"
|
||||
#define PACKAGE_VERSION "2.7.1"
|
||||
#define PACKAGE_VERSION "2.7.2"
|
||||
|
||||
jack_port_t *output_port;
|
||||
jack_port_t *input_port;
|
||||
|
Loading…
Reference in New Issue
Block a user