Skip to content

Commit

Permalink
[client] Update version to 4.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Mar 19, 2015
1 parent dea41a2 commit e9d5740
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.1.1], [[email protected]])
AC_INIT([seafile], [4.1.2], [[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 (4.1.2) stable; urgency=low

* Several improvments for seafile-client

-- plt <[email protected]> Thu, 19 March 2015 11:30:30 +0800
seafile (4.1.1) 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.1.1" ?>
<?define CurrentSeafileVersion="4.1.2" ?>

<!-- Update Guid 不能变 -->
<?define CurrentUpdateGuid="65DED1C8-A5F1-4C49-8E7E-B0A8A5A6535C" ?>
Expand Down Expand Up @@ -70,7 +70,8 @@
<!-- <?define ProductGuid="667B2C51-4D80-4682-A377-65A9DD0A596A" ?> (4.0.6) -->
<!-- <?define ProductGuid="E71A7DA2-755A-4AD1-8D30-F0010F8921E7" ?> (4.0.7) -->
<!-- <?define ProductGuid="A4B22D3C-4F29-4163-8717-5326694313EA" ?> (4.1.0) -->
<?define ProductGuid="337D1D82-548F-48A1-9C34-D9EABD346A4B" ?>
<!-- <?define ProductGuid="337D1D82-548F-48A1-9C34-D9EABD346A4B" ?> (4.1.1) -->
<?define ProductGuid="CB83A552-0214-473B-8FAD-2DADBF4DEA63" ?>

<?define ShellGuid="D14BEDD3-4E05-4F2F-B0DE-C0381E6AE606" ?>

Expand Down

0 comments on commit e9d5740

Please sign in to comment.