Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
librehat committed Dec 14, 2016
1 parent 207e006 commit 92a51a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
@@ -1,3 +1,13 @@
shadowsocks-qt5 (2.8.0-1) stable; urgency=medium

* remember table's geometry and state
* precise data usage
* support tag/name in ss:// uri
* bump requirement for libQtShadowsocks
* fix a typo

-- Symeon Huang <hzwhuang@gmail> Wed, 14 Dec 2016 21:55:00 +0000

shadowsocks-qt5 (2.7.0-1) stable; urgency=medium

* run-time method support detection (chacha20-ietf support added)
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
qt5-qmake,
qtbase5-dev,
libqrencode-dev,
libqtshadowsocks-dev (>= 1.9.0),
libqtshadowsocks-dev (>= 1.10.0),
libzbar-dev,
libappindicator-dev,
libbotan1.10-dev
Expand All @@ -19,7 +19,7 @@ Vcs-Browser: https://github.com/librehat/shadowsocks-qt5
Package: shadowsocks-qt5
Architecture: any
Depends: ${shlibs:Depends},
libqtshadowsocks (>= 1.9.0)
libqtshadowsocks (>= 1.10.0)
Description: A cross-platform shadowsocks GUI client
Shadowsocks-Qt5 is a native and cross-platform shadowsocks GUI client
with advanced features.
2 changes: 1 addition & 1 deletion shadowsocks-qt5.pro
Expand Up @@ -11,7 +11,7 @@ CONFIG += c++11

TARGET = ss-qt5
TEMPLATE = app
VERSION = 2.7.0
VERSION = 2.8.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

include(src/ss-qt5.pri)
Expand Down

0 comments on commit 92a51a4

Please sign in to comment.