diff --git a/configure.ac b/configure.ac index 5a003ba7..e8fec7b0 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.10], [info@seafile.com]) +AC_INIT([seafile], [9.0.11], [info@seafile.com]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index e4260311..c9c246a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +seafile-daemon (9.0.11) unstable; urgency=low + + * new upstream release + + -- Jonathan Xu Wed, 13 Nov 2024 14:54:33 +0800 seafile-daemon (9.0.10) unstable; urgency=low * new upstream release diff --git a/msi/Includes.wxi b/msi/Includes.wxi index 039f90be..ef8747b8 100644 --- a/msi/Includes.wxi +++ b/msi/Includes.wxi @@ -1,6 +1,6 @@ - + @@ -164,7 +164,8 @@ - + + diff --git a/seafile.vcxproj b/seafile.vcxproj index e9f90bbd..73682a78 100644 --- a/seafile.vcxproj +++ b/seafile.vcxproj @@ -92,7 +92,7 @@ Level3 - WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.10";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.11";%(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.10";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.11";%(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.10";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.11";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.10";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;ENABLE_BREAKPAD;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.11";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)