Skip to content

Commit a26229b

Browse files
committed
Update version to 6.1.1.
1 parent 2b9cc4e commit a26229b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.1.0], [info@seafile.com])
5+
AC_INIT([seafile], [6.1.1], [info@seafile.com])
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.1.1) unstable; urgency=low
2+
3+
* new upstream release
4+
5+
-- Jonathan Xu <jonathan.xu@seafile.com> Tue, 19 Sep 2017 18:08:10 +0800
6+
17
seafile-daemon (6.1.0) unstable; urgency=low
28

39
* new upstream release

msi/Includes.wxi

Lines changed: 4 additions & 3 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.1.0" ?>
3+
<?define CurrentSeafileVersion="6.1.1" ?>
44

55
<!-- Update Guid 不能变 -->
66
<?define CurrentUpdateGuid="65DED1C8-A5F1-4C49-8E7E-B0A8A5A6535C" ?>
@@ -111,8 +111,9 @@
111111
<!-- <?define ProductGuid="243265EE-AC28-4DC0-8924-2C053162E7C1" ?> (6.0.3) -->
112112
<!-- <?define ProductGuid="AB555D53-FA35-4907-AFEF-BBC2DB45B6F4" ?> (6.0.4) -->
113113
<!-- <?define ProductGuid="2B1F1C4C-2E90-478D-B1D2-9CEC389AE0D8" ?> (6.0.6) -->
114-
<!-- <?define ProductGuid="1813B8A3-A52B-4293-B166-DF5A517480AC" ?> (6.1.0) -->
115-
<?define ProductGuid="9AF9DA7F-436C-4519-A932-F543165F0E1A" ?>
114+
<!-- <?define ProductGuid="1813B8A3-A52B-4293-B166-DF5A517480AC" ?> (6.0.7) -->
115+
<!-- <?define ProductGuid="9AF9DA7F-436C-4519-A932-F543165F0E1A" ?> (6.1.0) -->
116+
<?define ProductGuid="38269809-1417-4275-882B-FB92A69904AC" ?>
116117

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

0 commit comments

Comments
 (0)