Skip to content

Commit

Permalink
[client] Update version to 4.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Dec 23, 2014
1 parent 21bfad2 commit 57f2ba8
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], [4.0.4], [freeplant@gmail.com])
AC_INIT([seafile], [4.0.5], [freeplant@gmail.com])
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 (4.0.5) stable; urgency=low

* Several improvments for seafile-client

-- plt <freeplant@gmail.com> Tue, 23 December 2014 16:09:30 +0800
seafile (4.0.4) 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="4.0.4" ?>
<?define CurrentSeafileVersion="4.0.5" ?>

<!-- Update Guid 不能变 -->
<?define CurrentUpdateGuid="65DED1C8-A5F1-4C49-8E7E-B0A8A5A6535C" ?>
Expand Down Expand Up @@ -65,6 +65,7 @@
<!-- <?define ProductGuid="06DB6611-96A3-4006-A2C5-1A13429D1487" ?> (4.0.1) -->
<!-- <?define ProductGuid="56A12178-AE8A-4A34-890C-E84B47B3E27E" ?> (4.0.2) -->
<!-- <?define ProductGuid="D822AAC1-8042-4757-A45C-B4617F21D254" ?> (4.0.3) -->
<?define ProductGuid="41E18CDA-69BC-4E5E-BB17-424D8D01F1F9" ?>
<!-- <?define ProductGuid="41E18CDA-69BC-4E5E-BB17-424D8D01F1F9" ?> (4.0.4) -->
<?define ProductGuid="AC9AE580-FDE2-472F-8BF1-B14C08F8A654" ?>

</Include>

0 comments on commit 57f2ba8

Please sign in to comment.