From 12c4621cdcd59fe8f71f621f9e0320aeb7cbfb5c Mon Sep 17 00:00:00 2001 From: rumtid Date: Fri, 9 Aug 2024 10:38:36 +0800 Subject: [PATCH] Update version to 9.0.8 --- configure.ac | 2 +- debian/changelog | 5 +++++ msi/Includes.wxi | 5 +++-- seafile.vcxproj | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index d0677ab5..e4e24752 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([seafile], [9.0.7], [info@seafile.com]) +AC_INIT([seafile], [9.0.8], [info@seafile.com]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 2895fe94..5b0b2c1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +seafile-daemon (9.0.8) unstable; urgency=low + + * new upstream release + + -- Jonathan Xu Fri, 09 Aug 2024 10:36:03 +0800 seafile-daemon (9.0.7) unstable; urgency=low * new upstream release diff --git a/msi/Includes.wxi b/msi/Includes.wxi index 798dcd44..7cafc71d 100644 --- a/msi/Includes.wxi +++ b/msi/Includes.wxi @@ -1,6 +1,6 @@ - + @@ -161,7 +161,8 @@ - + + diff --git a/seafile.vcxproj b/seafile.vcxproj index 3a9af9b5..8ee1dcc4 100644 --- a/seafile.vcxproj +++ b/seafile.vcxproj @@ -92,7 +92,7 @@ Level3 - WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.7";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.8";%(PreprocessorDefinitions) false /utf-8 %(AdditionalOptions) $(ProjectDir)..\libsearpc\lib;$(ProjectDir)common;$(ProjectDir)lib;$(ProjectDir)include;$(ProjectDir)daemon;$(ProjectDir);%(AdditionalIncludeDirectories) @@ -110,7 +110,7 @@ Level1 - WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.7";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.8";%(PreprocessorDefinitions) false stdcpp17 $(ProjectDir)..\libwebsockets\build\include;$(ProjectDir)..\libsearpc\lib;$(ProjectDir)common;$(ProjectDir)include;$(ProjectDir)daemon;$(ProjectDir)lib;$(ProjectDir);%(AdditionalIncludeDirectories) @@ -131,7 +131,7 @@ false - WIN32;PACKAGE_VERSION="9.0.7";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.8";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;%(PreprocessorDefinitions) false stdcpp17 $(ProjectDir)..\libsearpc\lib;$(ProjectDir);$(ProjectDir)daemon;$(ProjectDir)include;$(ProjectDir)lib;$(ProjectDir)common;%(AdditionalIncludeDirectories) @@ -158,7 +158,7 @@ false - WIN32;PACKAGE_VERSION="9.0.7";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;ENABLE_BREAKPAD;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.8";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;ENABLE_BREAKPAD;%(PreprocessorDefinitions) false stdcpp17 $(ProjectDir)..\libsearpc\lib;$(ProjectDir);$(ProjectDir)common;$(ProjectDir)lib;$(ProjectDir)include;$(ProjectDir)daemon;$(ProjectDir)..\breakpad\src;$(ProjectDir)..\libwebsockets\build\include;%(AdditionalIncludeDirectories)