diff --git a/configure.ac b/configure.ac index 3e196063..ba6d2538 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.1], [info@seafile.com]) +AC_INIT([seafile], [9.0.2], [info@seafile.com]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 97823b25..5c6ff6b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +seafile-daemon (9.0.2) unstable; urgency=low + + * new upstream release + + -- Jonathan Xu Tue, 25 Apr 2023 11:55:23 +0800 seafile-daemon (9.0.1) unstable; urgency=low * new upstream release diff --git a/msi/Includes.wxi b/msi/Includes.wxi index e416a04e..c3ff6efe 100644 --- a/msi/Includes.wxi +++ b/msi/Includes.wxi @@ -1,6 +1,6 @@ - + @@ -155,7 +155,8 @@ - + + diff --git a/seafile.vcxproj b/seafile.vcxproj index 9bdc7a62..ca5033de 100644 --- a/seafile.vcxproj +++ b/seafile.vcxproj @@ -92,7 +92,7 @@ Level3 - WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.1";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.2";%(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.1";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.2";%(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.1";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.2";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.1";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;ENABLE_BREAKPAD;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.2";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)