Skip to content

Commit

Permalink
Prep the 0.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 21, 2018
1 parent cddf26b commit 4b41db0
Show file tree
Hide file tree
Showing 64 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## Bipolar Changelog

### 0.5.8 (_unreleased_)
### 0.5.8 (2018-10-21)
Bugs:
- check for speed (not cadence) for TCX speed output ([#86](../../pull/86))
- correct detection of speed and altitude for HRM output ([#86](../../pull/86))
Expand Down
2 changes: 1 addition & 1 deletion common.pri
@@ -1,5 +1,5 @@
VERSION = 0.5.8
SPECIAL_BUILD = Internal
SPECIAL_BUILD = Release
TOPDIR = $$PWD

# Setup build number, where available.
Expand Down
2 changes: 1 addition & 1 deletion pkg/nsis/win32.nsi
Expand Up @@ -206,7 +206,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Paul Colby"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Bipolar installer"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VERSION}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "InternalName" "Bipolar-${VERSION}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "2014-2017 Paul Colby"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "2014-2018 Paul Colby"
#VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "Bipolar-${VERSION}.exe"
#VIAddVersionKey /LANG=${LANG_ENGLISH} "PrivateBuild" ""
Expand Down
2 changes: 1 addition & 1 deletion qrc/Bipolar.rc.in
Expand Up @@ -26,7 +26,7 @@ BEGIN
VALUE \"FileDescription\", \"Bipolar application\\0\"
VALUE \"FileVersion\", \"$$VERSION\\0\"
VALUE \"InternalName\", \"Bipolar\\0\"
VALUE \"LegalCopyright\", \"2014-2017 Paul Colby\\0\"
VALUE \"LegalCopyright\", \"2014-2018 Paul Colby\\0\"
VALUE \"OriginalFilename\", \"Bipolar.exe\\0\"
//VALUE \"PrivateBuild\", \"\\0\"
VALUE \"ProductName\", \"Bipolar\\0\"
Expand Down
2 changes: 1 addition & 1 deletion qrc/Info.plist.in
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleVersion</key>
<string>$$VERSION</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2017 Paul Colby</string>
<string>Copyright © 2014-2018 Paul Colby</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SpecialBuild</key>
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/abstractversioninfo.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/abstractversioninfo.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/bundleinfo.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/bundleinfo.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/fileversioninfo.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/fileversioninfo.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/flowsynchook.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/flowsynchook.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/os/versioninfo.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/polar/v2/trainingsession.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/polar/v2/trainingsession.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/protobuf/fixnum.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/protobuf/fixnum.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/protobuf/message.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/protobuf/message.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/protobuf/types.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/protobuf/types.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/protobuf/varint.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/protobuf/varint.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/threads/converterthread.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/threads/converterthread.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/gpx/generalgpxoptionstab.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/gpx/generalgpxoptionstab.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/gpx/gpxextensionstab.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/gpx/gpxextensionstab.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/gpx/gpxoptionsdialog.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/gpx/gpxoptionsdialog.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/hrm/generalhrmoptionstab.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/hrm/generalhrmoptionstab.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/hrm/hrmextensionstab.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/hrm/hrmextensionstab.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/hrm/hrmoptionsdialog.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/hrm/hrmoptionsdialog.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/inputspage.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/inputspage.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/mainwizard.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/mainwizard.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/outputspage.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/outputspage.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/resultspage.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/resultspage.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/tcx/generaltcxoptionstab.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/tcx/generaltcxoptionstab.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/tcx/tcxextensionstab.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby
This file is part of Bipolar.
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/tcx/tcxextensionstab.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby

This file is part of Bipolar.

Expand Down
2 changes: 1 addition & 1 deletion src/widgets/tcx/tcxoptionsdialog.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby

This file is part of Bipolar.

Expand Down
2 changes: 1 addition & 1 deletion src/widgets/tcx/tcxoptionsdialog.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby

This file is part of Bipolar.

Expand Down
2 changes: 1 addition & 1 deletion test/polar/v2/testtrainingsession.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby

This file is part of Bipolar.

Expand Down
2 changes: 1 addition & 1 deletion test/polar/v2/testtrainingsession.h
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby

This file is part of Bipolar.

Expand Down
2 changes: 1 addition & 1 deletion test/protobuf/testfixnum.cpp
@@ -1,5 +1,5 @@
/*
Copyright 2014-2017 Paul Colby
Copyright 2014-2018 Paul Colby

This file is part of Bipolar.

Expand Down

0 comments on commit 4b41db0

Please sign in to comment.