Skip to content

Commit

Permalink
Automated version bump to 1.2.3~dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bhennion authored and Benjamin Hennion committed Oct 14, 2023
1 parent 09ae333 commit ee03a0e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# Changelog

## 1.2.3~dev (Unreleased)

## 1.2.2

Bugfixes from various community contributors.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -11,13 +11,13 @@ endif()
## Project related Variables
## Also update changelog in debian folder!
project(xournalpp
VERSION 1.2.2
VERSION 1.2.3
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 "")
set(VERSION_SUFFIX "~dev")
set(PROJECT_VERSION "${PROJECT_VERSION}${VERSION_SUFFIX}")
set(xournalpp_VERSION ${PROJECT_VERSION})
set(CMAKE_PROJECT_VERSION ${PROJECT_VERSION})
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
xournalpp (1.2.3~dev-1) UNRELEASED; urgency=medium

*

-- Benjamin Hennion <benjamin.hennion@wanadoo.fr> Sun, 08 Oct 2023 15:53:47 +0200

xournalpp (1.2.2-1) unstable; urgency=medium

* Fixed various memory leaks and segmentation faults
Expand Down
1 change: 1 addition & 0 deletions desktop/com.github.xournalpp.xournalpp.appdata.xml
Expand Up @@ -121,6 +121,7 @@
<!-- Could be automated more:
`git tag -l | grep "^[0-9]*\.[0-9]*\.[0-9]*$`"
-->
<release date="2023-10-08" version="1.2.3~dev" />
<release date="2023-10-08" version="1.2.2" />
<release date="2023-08-24" version="1.2.1" />
<release date="2023-07-29" version="1.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions mac-setup/Info.plist
Expand Up @@ -16,9 +16,9 @@
<string>Xournal++</string>

<key>CFBundleShortVersionString</key>
<string>1.2.2</string>
<string>1.2.3~dev</string>
<key>CFBundleVersion</key>
<string>1.2.2.0</string>
<string>1.2.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
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.2.2
%global version_string 1.2.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 ee03a0e

Please sign in to comment.