Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Apr 9, 2021
1 parent fe5654f commit 489ab3c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5.1) # Latest version as supported by Ubuntu Touch

project(pure-maps
VERSION 2.6.5
VERSION 2.7.0
DESCRIPTION "Maps and navigation")

# options
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2021-04-09: Pure Maps 2.7
=========================

* Transition to CMake build system [PureTryOut]
* Update Ubuntu Touch build scripts [jonnius]


2021-03-30: Pure Maps 2.6.5
===========================

Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ git add po/*.po po/*.pot; git status
git commit -m "Update translations"

# Check, test, do final edits and release.
tools/manage-keys inject .
tools/manage-keys inject poor
make -f Makefile.test
tools/manage-keys strip .
tools/manage-keys strip poor
git status
emacs rpm/*.spec CMakeLists.txt packaging/click/manifest.json
emacs NEWS.md packaging/pure-maps.appdata.xml
Expand Down
2 changes: 1 addition & 1 deletion packaging/click/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "pure-maps.desktop"
}
},
"version": "2.6.5",
"version": "2.7.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
8 changes: 8 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.7.0" date="2021-04-09">
<description>
<ul>
<li>Transition to CMake build system [PureTryOut]</li>
<li>Update Ubuntu Touch build scripts [jonnius]</li>
</ul>
</description>
</release>
<release version="2.6.5" date="2021-03-30">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion po/pure-maps.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-30 21:01+0300\n"
"POT-Creation-Date: 2021-04-09 20:21+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-pure-maps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Name: harbour-pure-maps
Name: pure-maps
%endif

Version: 2.6.5
Version: 2.7.0
Release: 1

Summary: Maps and navigation
Expand Down

0 comments on commit 489ab3c

Please sign in to comment.