From b5c8e027ad50a1422f27d218c13f82a8f10018d2 Mon Sep 17 00:00:00 2001 From: rumtid Date: Mon, 19 Feb 2024 13:19:50 +0800 Subject: [PATCH] Update version to 9.0.5 --- 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 3f0a7b77b..874d42f02 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.4], [info@seafile.com]) +AC_INIT([seafile], [9.0.5], [info@seafile.com]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 5fc45db99..a6d81ddf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +seafile-daemon (9.0.5) unstable; urgency=low + + * new upstream release + + -- Jonathan Xu Mon, 19 Feb 2024 13:16:46 +0800 seafile-daemon (9.0.4) unstable; urgency=low * new upstream release diff --git a/msi/Includes.wxi b/msi/Includes.wxi index 16bce1321..54a0fd4d0 100644 --- a/msi/Includes.wxi +++ b/msi/Includes.wxi @@ -1,6 +1,6 @@ - + @@ -158,7 +158,8 @@ - + + diff --git a/seafile.vcxproj b/seafile.vcxproj index 6504bd97d..542c1f0a3 100644 --- a/seafile.vcxproj +++ b/seafile.vcxproj @@ -92,7 +92,7 @@ Level3 - WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.4";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.5";%(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.4";%(PreprocessorDefinitions) + WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="9.0.5";%(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.4";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.5";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.4";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;ENABLE_BREAKPAD;%(PreprocessorDefinitions) + WIN32;PACKAGE_VERSION="9.0.5";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)