Skip to content

Commit

Permalink
Update to version 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Technius committed Feb 3, 2020
1 parent 65c3125 commit 12febf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "16")
set (CPACK_PACKAGE_VERSION_PATCH "17")
set (CPACK_DEBIAN_PACKAGE_RELEASE 1)
set (VERSION_SUFFIX "")
set (PROJECT_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}${VERSION_SUFFIX}")
Expand Down
1 change: 1 addition & 0 deletions desktop/com.github.xournalpp.xournalpp.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<!-- Could be automated more:
`git tag -l | grep "^[0-9]*\.[0-9]*\.[0-9]*$`"
-->
<release date="2019-02-02" version="1.0.17"/>
<release date="2019-11-10" version="1.0.16"/>
<release date="2019-10-15" version="1.0.15"/>
<release date="2019-10-12" version="1.0.14"/>
Expand Down
2 changes: 1 addition & 1 deletion rpm/fedora/xournalpp.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global build_repo https://github.com/xournalpp/xournalpp/
%global build_branch master
%global version_string 1.1.0
%global version_string 1.0.17
%define build_commit %(git ls-remote %{build_repo} | grep "refs/heads/%{build_branch}" | cut -c1-41)
%define build_shortcommit %(c=%{build_commit}; echo ${c:0:7})
%global build_timestamp %(date +"%Y%m%d")
Expand Down

0 comments on commit 12febf7

Please sign in to comment.