Skip to content
Snippets Groups Projects
Commit 15cfa848 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Bumped to 1.2.7

parent 39e4846c
Branches
No related tags found
No related merge requests found
syntax: glob
.hgignore
.kdev4
nootka.kdev4
.directory
CMakeLists.txt.user
CMakeLists.txt.user*
.kdev_include_paths
.DS_Store
......@@ -8,7 +8,7 @@ project(nootka)
SET(Nootka_VERSION_MAJOR "1")
SET(Nootka_VERSION_MINOR "2")
SET(Nootka_VERSION_PATCH "6")
SET(Nootka_VERSION_PATCH "7")
SET(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
SET(Nootka_VERSION_FULL "${Nootka_VERSION}.${Nootka_VERSION_PATCH}")
......@@ -144,7 +144,7 @@ if(UNIX AND NOT APPLE)
execute_process(COMMAND sh ${CMAKE_CURRENT_SOURCE_DIR}/packaging/make-chlog.sh ${Nootka_VERSION_FULL} ${CMAKE_CURRENT_BINARY_DIR}/doc/changelog ${CMAKE_CURRENT_SOURCE_DIR})
" )
if (DPKG_CMD) # Debian changelog
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/doc/changelog.Debian.gz" DESTINATION share/doc/nootka)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/doc/changelog.Debian.gz" DESTINATION share/doc/nootka/ RENAME changelog.gz)
endif (DPKG_CMD)
install(FILES copyright DESTINATION share/doc/nootka)
install(FILES packaging/nootka.1.gz DESTINATION share/man/man1)
......
1.2.7
Nootka says: I speak Spanish
- translated to Spanish language
- minor fixes
1.2.6
- clicking melody note displays guitar position (only exercises)
- updated Russian translation
......
#define NOOTKA_VERSION "1.2.6"
#define NOOTKA_VERSION "1.2.7"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment