Skip to content

Commit

Permalink
Update version to 9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rumtid committed Feb 22, 2024
1 parent 29e211a commit 47533e0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9)
PROJECT(seafile-client)
SET(SEAFILE_CLIENT_VERSION_MAJOR 9)
SET(SEAFILE_CLIENT_VERSION_MINOR 0)
SET(SEAFILE_CLIENT_VERSION_PATCH 4)
SET(SEAFILE_CLIENT_VERSION_PATCH 5)
SET(PROJECT_VERSION "${SEAFILE_CLIENT_VERSION_MAJOR}.${SEAFILE_CLIENT_VERSION_MINOR}.${SEAFILE_CLIENT_VERSION_PATCH}")
ADD_DEFINITIONS(-DSEAFILE_CLIENT_VERSION=${PROJECT_VERSION})
ADD_DEFINITIONS(-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26)
Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundleName</key>
<string>Seafile</string>
<key>CFBundleShortVersionString</key>
<string>9.0.4</string>
<string>9.0.5</string>
<key>CFBundleVersion</key>
<string>9.0.4</string>
<string>9.0.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSRequiresAquaSystemAppearance</key>
Expand Down
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
seafile-gui (9.0.5) unstable; urgency=low

* new upstream release
-- Jonathan Xu <[email protected]> Mon, 19 Feb 2024 13:16:46 +0800
seafile-gui (9.0.4) unstable; urgency=low

* new upstream release
Expand Down
8 changes: 4 additions & 4 deletions seafile-client.rc
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ IDI_ICON1 ICON "seafile.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 9,0,4,0
PRODUCTVERSION 9,0,4,0
FILEVERSION 9,0,5,0
PRODUCTVERSION 9,0,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -89,12 +89,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "HaiWenHuZhi ltd."
VALUE "FileDescription", "Seafile Client"
VALUE "FileVersion", "9.0.4.0"
VALUE "FileVersion", "9.0.5.0"
VALUE "InternalName", "seafile-applet.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "seafile-applet.exe"
VALUE "ProductName", "Seafile Client"
VALUE "ProductVersion", "9.0.4.0"
VALUE "ProductVersion", "9.0.5.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion seafile-client.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PreprocessorDefinitions>SEAFILE_CLIENT_VERSION=9.0.4;HAVE_SHIBBOLETH_SUPPORT;SEAFILE_CLIENT_HAS_CRASH_REPORTER;WIN32_LEAN_AND_MEAN;QUAZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>SEAFILE_CLIENT_VERSION=9.0.5;HAVE_SHIBBOLETH_SUPPORT;SEAFILE_CLIENT_HAS_CRASH_REPORTER;WIN32_LEAN_AND_MEAN;QUAZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir)..\libsearpc\lib;$(ProjectDir)..\seafile;$(ProjectDir)..\breakpad\src;$(ProjectDir)third_party\quazip;$(ProjectDir)third_party\QtAwesome;$(ProjectDir)third_party\WinSparkle-0.5.3\include;$(ProjectDir)src;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
Expand Down

0 comments on commit 47533e0

Please sign in to comment.