Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Jan 21, 2023
1 parent 4ce7dd2 commit 74f7715
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Update translations on desktop:

```
lupdate osmscout-server.pro server/server.pro gui/gui.pro -ts translations/osmscout-server.ts
/usr/lib64/qt5/bin/lupdate osmscout-server.pro server/server.pro gui/gui.pro -ts translations/osmscout-server.ts
```

Push source changes to Transifex and pull new translations
Expand Down
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.2.2
VERSION = 3.0.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.2.2",
"version": "3.0.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
12 changes: 12 additions & 0 deletions packaging/osmscout-server.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="3.0.0" date="2023-01-21">
<description>
<ul>
<li>Update in Geocoder NLP data format incorporating ranking information</li>
<li>Add location bias to geocoder results</li>
<li>Import vector tiles using Planetiler</li>
<li>Update vector map styles and icons</li>
<li>Activate Github discussions</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="2.2.2" date="2022-08-22">
<description>
<ul>
Expand Down
8 changes: 8 additions & 0 deletions rpm/harbour-osmscout-server.changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Sat Jan 21 2023 rinigus <[email protected]> 3.0.0-1
- Update in Geocoder NLP data format incorporating ranking information
- Add location bias to geocoder results
- Import vector tiles using Planetiler
- Update vector map styles and icons
- Activate Github discussions
- Update translations

* Mon Aug 22 2022 rinigus <[email protected]> 2.2.2-1
- [kirigami] adjust to new kirigami API

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: Offline maps, routing, and search
Version: 2.2.2
Version: 3.0.0
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down

0 comments on commit 74f7715

Please sign in to comment.