Update version to 1.0.14

presentation
Bryan Tan 7 years ago committed by Bryan Tan
parent e34cd372b3
commit e774c0856c
  1. 2
      CHANGELOG.md
  2. 2
      CMakeLists.txt

@ -1,6 +1,6 @@
# Changelog
## 1.0.14 (Unreleased)
## 1.0.14
**Attention:** users who installed with `make install` will need to follow
special instructions to update. See the "Breaking change" below.

@ -5,7 +5,7 @@ project ("Xournal++" CXX C)
## Also update changelog in debian folder!
set (CPACK_PACKAGE_VERSION_MAJOR "1")
set (CPACK_PACKAGE_VERSION_MINOR "0")
set (CPACK_PACKAGE_VERSION_PATCH "13")
set (CPACK_PACKAGE_VERSION_PATCH "14")
set (CPACK_DEBIAN_PACKAGE_RELEASE 1)
set (PROJECT_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set (PROJECT_PACKAGE "xournalpp")

Loading…
Cancel
Save