Skip to content

Commit 8d1147a

Browse files
committed
Update version to 7.0.9
1 parent 562c0bd commit 8d1147a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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], [7.0.8], [info@seafile.com])
5+
AC_INIT([seafile], [7.0.9], [info@seafile.com])
66
AC_CONFIG_HEADER([config.h])
77

88
AC_CONFIG_MACRO_DIR([m4])

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
seafile-daemon (7.0.9) unstable; urgency=low
2+
3+
* new upstream release
4+
5+
-- Jonathan Xu <jonathan.xu@seafile.com> Wed, 29 Jul 2020 10:28:58 +0800
16
seafile-daemon (7.0.8) unstable; urgency=low
27

38
* 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="7.0.8" ?>
3+
<?define CurrentSeafileVersion="7.0.9" ?>
44

55
<!-- Update Guid 不能变 -->
66
<?define CurrentUpdateGuid="65DED1C8-A5F1-4C49-8E7E-B0A8A5A6535C" ?>
@@ -140,7 +140,8 @@
140140
<!-- <?define ProductGuid="3A3D3777-A5C1-4089-A2F7-33D55A36E41E" ?> (7.0.5) -->
141141
<!-- <?define ProductGuid="9A180890-0EED-4E38-BAB0-A6E148D89F4A" ?> (7.0.6) -->
142142
<!-- <?define ProductGuid="1E617234-A273-41F9-8BA7-70C6F1644AC4" ?> (7.0.7) -->
143-
<?define ProductGuid="7944DDB5-1C68-4C9F-9FA5-01224493EFF0" ?>
143+
<!-- <?define ProductGuid="7944DDB5-1C68-4C9F-9FA5-01224493EFF0" ?> (7.0.9) -->
144+
<?define ProductGuid="C54F03E9-9522-4C70-8134-5199BD74AFBA" ?>
144145

145146
<?define GuidOfCustomComponent="AD201805-3CBD-4834-9097-5D934F7E0000" ?>
146147
<?define GuidOfAutoStartComponent="AD201805-3CBD-4834-9097-5D934F7E0001" ?>

0 commit comments

Comments
 (0)