Browse Source

bump version number so that config file updates

python
Jørgen Lien Sellæg 5 years ago
parent
commit
69d5297d88
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 2.8.8) cmake_minimum_required (VERSION 2.8.8)
project(juci) project(juci)
set(JUCI_VERSION "1.6.1.2") set(JUCI_VERSION "1.7.0.0")
set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_NAME "jucipp")
set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim <eidheim@gmail.com>") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim <eidheim@gmail.com>")

Loading…
Cancel
Save