Skip to content

Commit

Permalink
Update version to 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyuzhao committed Oct 28, 2017
1 parent 8b5c91f commit c569d07
Show file tree
Hide file tree
Showing 3 changed files with 10 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 1)
SET(SEAFILE_CLIENT_VERSION_PATCH 2)
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.1</string>
<string>6.1.2</string>
<key>CFBundleVersion</key>
<string>6.1.1</string>
<string>6.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
seafile-gui (6.1.2) unstable; urgency=low

* new upstream release

-- Jonathan Xu <jonathan.xu@seafile.com> Wed, 25 Oct 2017 13:51:10 +0800


seafile-gui (6.1.1) unstable; urgency=low

* new upstream release
Expand Down

0 comments on commit c569d07

Please sign in to comment.