Skip to content

Commit 471e3ee

Browse files
committed
Update version to 6.0.1.
1 parent bc7fbee commit 471e3ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33

44
AC_PREREQ(2.61)
5-
AC_INIT([seafile], [6.0.0], [freeplant@gmail.com])
5+
AC_INIT([seafile], [6.0.1], [freeplant@gmail.com])
66
AC_CONFIG_HEADER([config.h])
77

88
AC_CONFIG_MACRO_DIR([m4])

msi/Includes.wxi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include Id="SeafileInclude">
3-
<?define CurrentSeafileVersion="6.0.0" ?>
3+
<?define CurrentSeafileVersion="6.0.1" ?>
44

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

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

0 commit comments

Comments
 (0)