Skip to content

Commit 6c6b968

Browse files
committed
Update version to 6.0.4.
1 parent 7c50492 commit 6c6b968

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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.3], [[email protected]])
5+
AC_INIT([seafile], [6.0.4], [[email protected]])
66
AC_CONFIG_HEADER([config.h])
77

88
AC_CONFIG_MACRO_DIR([m4])

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
seafile-daemon (6.0.4) unstable; urgency=low
2+
3+
* new upstream release
4+
5+
-- Jonathan Xu <[email protected]> Tue, 21 Feb 2017 13:58:10 +0800
6+
17
seafile-daemon (6.0.3) unstable; urgency=low
28

39
* new upstream release

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.3" ?>
3+
<?define CurrentSeafileVersion="6.0.4" ?>
44

55
<!-- Update Guid 不能变 -->
66
<?define CurrentUpdateGuid="65DED1C8-A5F1-4C49-8E7E-B0A8A5A6535C" ?>
@@ -108,7 +108,8 @@
108108
<!-- <?define ProductGuid="3AEA122D-C7E8-45C4-8E5E-44A8EC4367B0" ?> (6.0.0) -->
109109
<!-- <?define ProductGuid="B101E268-D594-46F6-B63D-E588EEE8A034" ?> (6.0.1) -->
110110
<!-- <?define ProductGuid="8C8B8595-6F49-4330-AF6C-F3C538F86735" ?> (6.0.2) -->
111-
<?define ProductGuid="243265EE-AC28-4DC0-8924-2C053162E7C1" ?>
111+
<!-- <?define ProductGuid="243265EE-AC28-4DC0-8924-2C053162E7C1" ?> (6.0.3) -->
112+
<?define ProductGuid="AB555D53-FA35-4907-AFEF-BBC2DB45B6F4" ?>
112113

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

0 commit comments

Comments
 (0)