diff --git a/configure.ac b/configure.ac index e8fec7b05..4e4d2fb02 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.11], [info@seafile.com]) +AC_INIT([seafile], [9.0.12], [info@seafile.com]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index c9c246a73..8478dd617 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +seafile-daemon (9.0.12) unstable; urgency=low + + * new upstream release + + -- Jonathan Xu Wed, 12 Feb 2025 10:53:45 +0800 seafile-daemon (9.0.11) unstable; urgency=low * new upstream release diff --git a/msi/Includes.wxi b/msi/Includes.wxi index ef8747b8f..0885d4da3 100644 --- a/msi/Includes.wxi +++ b/msi/Includes.wxi @@ -1,6 +1,6 @@ - + @@ -165,7 +165,8 @@ - + + diff --git a/seafile.vcxproj b/seafile.vcxproj index 73682a783..e6b8eb991 100644 --- a/seafile.vcxproj +++ b/seafile.vcxproj @@ -92,7 +92,7 @@ Level3 - WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.11";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.12";%(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.11";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.12";%(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.11";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.12";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.11";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;ENABLE_BREAKPAD;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.12";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)