Skip to content

Commit

Permalink
Bump version (v0.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Oct 3, 2019
1 parent a1aba39 commit efd322d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package main

var (
AppName = "Pat"
Version = "0.7.0"
Version = "0.8.0"
GitRev = "unknown origin" // Set by make.bash
)
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pat (0.8.0) stable; urgency=medium

* GPSd support in Web GUI
* User configurable Service Code
* High Accuracy HTML5 Geolocation
* Minor PACTOR enhancements and bug fixes
* Fixed ARDOP listener issue

-- Martin Hebnes Pedersen <[email protected]> Thu, 03 Oct 2019 21:48:51 +0200

pat (0.7.0) stable; urgency=medium

* Support PACTOR PTC-II and PTC-III (https://github.com/la5nta/pat/issues/40)
Expand Down
2 changes: 1 addition & 1 deletion osx/pat.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
<key>USE_HFS+_COMPRESSION</key>
<true/>
<key>VERSION</key>
<string>0.7.0</string>
<string>0.8.0</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit efd322d

Please sign in to comment.