Skip to content

Commit

Permalink
Automated version bump to 1.2.0~dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Jul 28, 2023
1 parent 700308a commit 257b559
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.1.3+dev (Unreleased)
## 1.2.0~dev (Unreleased)

## 1.1.3

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment ve
## Project related Variables
## Also update changelog in debian folder!
project(xournalpp
VERSION 1.1.3
VERSION 1.2.0
DESCRIPTION "Xournal++ - Open source hand note-taking program"
HOMEPAGE_URL "https://xournalpp.github.io/"
LANGUAGES CXX C)
# according to https://cmake.org/cmake/help/latest/command/project.html we must fix the suffix:
# And https://gitlab.kitware.com/cmake/cmake/-/issues/16716 is still open:
set(VERSION_SUFFIX "+dev")
set(VERSION_SUFFIX "~dev")
set(PROJECT_VERSION "${PROJECT_VERSION}${VERSION_SUFFIX}")
set(xournalpp_VERSION ${PROJECT_VERSION})
set(CMAKE_PROJECT_VERSION ${PROJECT_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
xournalpp (1.1.3+dev-1) UNRELEASED; urgency=medium
xournalpp (1.2.0~dev-1) UNRELEASED; urgency=medium

*

Expand Down
2 changes: 1 addition & 1 deletion desktop/com.github.xournalpp.xournalpp.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<!-- Could be automated more:
`git tag -l | grep "^[0-9]*\.[0-9]*\.[0-9]*$`"
-->
<release date="2022-11-25" version="1.1.3+dev" />
<release date="2023-07-28" version="1.2.0~dev" />
<release date="2022-11-25" version="1.1.3" />
<release date="2022-10-15" version="1.1.2" />
<release date="2022-02-13" version="1.1.1" />
Expand Down
4 changes: 2 additions & 2 deletions mac-setup/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<string>Xournal++</string>

<key>CFBundleShortVersionString</key>
<string>1.1.3+dev</string>
<string>1.2.0~dev</string>
<key>CFBundleVersion</key>
<string>1.1.3+dev.0</string>
<string>1.2.0~dev.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion rpm/fedora/xournalpp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#This spec file is intended for daily development snapshot release
%global build_repo https://github.com/xournalpp/xournalpp/
%global build_branch master
%global version_string 1.1.3+dev
%global version_string 1.2.0~dev
%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 257b559

Please sign in to comment.