Skip to content

Commit

Permalink
Update version to 6.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Sep 19, 2017
1 parent 228237c commit 1b5909f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9)
PROJECT(seafile-client)
SET(SEAFILE_CLIENT_VERSION_MAJOR 6)
SET(SEAFILE_CLIENT_VERSION_MINOR 1)
SET(SEAFILE_CLIENT_VERSION_PATCH 0)
SET(SEAFILE_CLIENT_VERSION_PATCH 1)
SET(PROJECT_VERSION "${SEAFILE_CLIENT_VERSION_MAJOR}.${SEAFILE_CLIENT_VERSION_MINOR}.${SEAFILE_CLIENT_VERSION_PATCH}")
ADD_DEFINITIONS(-DSEAFILE_CLIENT_VERSION=${PROJECT_VERSION})
INCLUDE(FindPkgConfig)
Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundleName</key>
<string>Seafile</string>
<key>CFBundleShortVersionString</key>
<string>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleVersion</key>
<string>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
seafile-gui (6.1.1) unstable; urgency=low

* new upstream release

-- Jonathan Xu <[email protected]> Tue, 19 Sep 2017 18:16:10 +0800

seafile-gui (6.1.0) unstable; urgency=low

* new upstream release
Expand Down

0 comments on commit 1b5909f

Please sign in to comment.