Skip to content

Commit

Permalink
Update version to 6.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Dec 3, 2016
1 parent bc7fbee commit 471e3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.


AC_PREREQ(2.61)
AC_INIT([seafile], [6.0.0], [freeplant@gmail.com])
AC_INIT([seafile], [6.0.1], [freeplant@gmail.com])
AC_CONFIG_HEADER([config.h])

AC_CONFIG_MACRO_DIR([m4])
Expand Down
5 changes: 3 additions & 2 deletions msi/Includes.wxi
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Include Id="SeafileInclude">
<?define CurrentSeafileVersion="6.0.0" ?>
<?define CurrentSeafileVersion="6.0.1" ?>

<!-- Update Guid 不能变 -->
<?define CurrentUpdateGuid="65DED1C8-A5F1-4C49-8E7E-B0A8A5A6535C" ?>
Expand Down Expand Up @@ -105,7 +105,8 @@
<!-- <?define ProductGuid="68916720-E82C-4E1C-9276-C27CC345958F" ?> (5.1.2) -->
<!-- <?define ProductGuid="91E61552-02F8-42B1-A07D-3848D26AEDCD" ?> (5.1.3) -->
<!-- <?define ProductGuid="8A1698E3-92C5-40BB-A22D-501B42462406" ?> (5.1.4) -->
<?define ProductGuid="3AEA122D-C7E8-45C4-8E5E-44A8EC4367B0" ?>
<!-- <?define ProductGuid="3AEA122D-C7E8-45C4-8E5E-44A8EC4367B0" ?> (6.0.0) -->
<?define ProductGuid="B101E268-D594-46F6-B63D-E588EEE8A034" ?>

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

0 comments on commit 471e3ee

Please sign in to comment.