Skip to content

Commit

Permalink
Prepare for 17.01.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spataru committed Jan 18, 2017
1 parent 5d79337 commit 32710ac
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

### QDriverStation 17.01.1

- Fix issue in which joystick input was not detected

### QDriverStation 17.01

- Transition to LibDS-C, which does not depend on Qt and is more efficient
Expand Down
6 changes: 6 additions & 0 deletions etc/deploy/linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
qdriverstation (17.01.1) stable; urgency=low

* Fix issue in which joystick input is not detected

-- Alex Spataru <alex_spataru@outlook.com> Wen, 18 Jan 2017 01:00:00 +0100

qdriverstation (17.01) stable; urgency=low

* Switch to the new LibDS-C platform
Expand Down
2 changes: 1 addition & 1 deletion etc/deploy/linux/make_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Variables
license=mit
project="qdriverstation-17.01"
project="qdriverstation-17.01.1"
authorEmail="alex_spataru@outlook.com"

# Remove old build (if found)
Expand Down
2 changes: 1 addition & 1 deletion etc/deploy/linux/snapcraft/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: qdriverstation
version: 17.01
version: 17.01.1
summary: Open source clone of the FRC Driver Station
description: |
The QDriverStation is a cross-platform and open-source alternative to the FRC Driver Station.
Expand Down
2 changes: 1 addition & 1 deletion src/versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <QString>

// *INDENT-OFF*
static const QString APP_VERSION = "17.01";
static const QString APP_VERSION = "17.01.1";
static const QString APP_COMPANY = "FRC Utilities";
static const QString APP_DSPNAME = "QDriverStation";
static const QString CONTACT_URL = "alex_spataru@outlook.com";
Expand Down

0 comments on commit 32710ac

Please sign in to comment.