Skip to content

Commit

Permalink
[client] Update version to 5.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Jan 13, 2016
1 parent 9380fd5 commit 2d82d19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.


AC_PREREQ(2.61)
AC_INIT([seafile], [5.0.2], [[email protected]])
AC_INIT([seafile], [5.0.3], [[email protected]])
AC_CONFIG_HEADER([config.h])

AC_CONFIG_MACRO_DIR([m4])
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
seafile (5.0.3) stable; urgency=low

* Several improvments for seafile-client

-- plt <[email protected]> Wed, 13 Jan 2016 16:33:20 +0800
seafile (5.0.2) stable; urgency=low

* Several improvments for seafile-client
Expand Down
5 changes: 3 additions & 2 deletions msi/Includes.wxi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Include Id="SeafileInclude">
<?define CurrentSeafileVersion="5.0.2" ?>
<?define CurrentSeafileVersion="5.0.3" ?>

<!-- Update Guid 不能变 -->
<?define CurrentUpdateGuid="65DED1C8-A5F1-4C49-8E7E-B0A8A5A6535C" ?>
Expand Down Expand Up @@ -94,7 +94,8 @@
<!-- <?define ProductGuid="9EB9A762-9B6F-4D43-84DD-77DFE26B4B6D" ?> (4.4.2) -->
<!-- <?define ProductGuid="E9CB3037-1812-445F-A133-F92D40EE6478" ?> (5.0.0) -->
<!-- <?define ProductGuid="8CA6D282-E172-4AF1-B71A-9A3F9A50813D" ?> (5.0.1) -->
<?define ProductGuid="E22D308B-761C-4016-926B-B73C1A2FD473" ?>
<!-- <?define ProductGuid="E22D308B-761C-4016-926B-B73C1A2FD473" ?> (5.0.2) -->
<?define ProductGuid="C6EB3C44-0E0A-4DDA-99D3-9B41F53DBEAF" ?>

<?define ShellGuidContextMenu="D14BEDD3-4E05-4F2F-B0DE-C0381E6AE606" ?>
<?define ShellGuidIconNormal="D14BEDD3-4E05-4F2F-B0DE-C0381E6AE607" ?>
Expand Down

0 comments on commit 2d82d19

Please sign in to comment.