Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Oct 27, 2021
1 parent 0ef1e12 commit f6fe2b8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ equals(SCOUT_FLAVOR, "silica") {

# set version
isEmpty(VERSION) {
VERSION = 2.0.4
VERSION = 2.1.0
}

# The name of the application
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": "osmscout-server.desktop"
}
},
"version": "2.0.4",
"version": "2.1.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
9 changes: 9 additions & 0 deletions packaging/osmscout-server.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.1.0" date="2021-10-27">
<description>
<ul>
<li>Adjust Valhalla module to support for multiple Valhalla versions</li>
<li>Add support for Valhalla 3.1.4</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="2.0.0" date="2021-03-29">
<description>
<ul>
Expand Down
5 changes: 5 additions & 0 deletions rpm/harbour-osmscout-server.changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Wed Oct 27 2021 rinigus <[email protected]> 2.1.0-1
- adjust Valhalla module to support for multiple Valhalla versions
- add support for Valhalla 3.1.4
- update translations

* Mon Mar 29 2021 rinigus <[email protected]> 2.0.0-1
- separate server and GUI into two applications
- add support for DBus activation
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-osmscout-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Name: osmscout-server
%endif

Summary: OSM Scout Server
Version: 2.0.4
Version: 2.1.0
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down

0 comments on commit f6fe2b8

Please sign in to comment.