Skip to content

Commit

Permalink
Automated version bump to 1.1.3~dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Technius committed Oct 16, 2022
1 parent 3fe37c1 commit 4dfe5c7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 1.1.3~dev (Unreleased)

## 1.1.2

Bugfixes from various community contributors.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ project ("Xournal++" CXX C)
## Also update changelog in debian folder!
set (CPACK_PACKAGE_VERSION_MAJOR "1")
set (CPACK_PACKAGE_VERSION_MINOR "1")
set (CPACK_PACKAGE_VERSION_PATCH "2")
set (CPACK_PACKAGE_VERSION_PATCH "3")
set (CPACK_DEBIAN_PACKAGE_RELEASE 1)
set (VERSION_SUFFIX "")
set (VERSION_SUFFIX "~dev")
set (PROJECT_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}${VERSION_SUFFIX}")
set (PROJECT_PACKAGE "xournalpp")
set (PROJECT_STRING "${PROJECT_NAME} ${PROJECT_VERSION}")
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
xournalpp (1.1.3~dev-1) UNRELEASED; urgency=medium

*

-- Bryan Tan <bryantan@technius.net> Sat, 15 Oct 2022 01:00:44 -0700

xournalpp (1.1.2-1) unstable; urgency=medium

* This is a new minor version of Xournal++ with many new bug fixes and improvements
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 @@ -75,6 +75,7 @@
<!-- Could be automated more:
`git tag -l | grep "^[0-9]*\.[0-9]*\.[0-9]*$`"
-->
<release date="2022-10-15" version="1.1.3~dev" />
<release date="2022-10-15" version="1.1.2" />
<release date="2022-02-13" version="1.1.1" />
<release date="2021-07-18" version="1.1.0" />
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.2</string>
<string>1.1.3~dev</string>
<key>CFBundleVersion</key>
<string>1.1.2.0</string>
<string>1.1.3~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 @@ -6,7 +6,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.2
%global version_string 1.1.3~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 4dfe5c7

Please sign in to comment.