Skip to content

Commit

Permalink
Update version to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rumtid committed Nov 30, 2023
1 parent 6152bfa commit 77da3a2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT(seadrive-gui)

SET(SEADRIVE_GUI_VERSION_MAJOR 3)
SET(SEADRIVE_GUI_VERSION_MINOR 0)
SET(SEADRIVE_GUI_VERSION_PATCH 6)
SET(SEADRIVE_GUI_VERSION_PATCH 7)
SET(PROJECT_VERSION "${SEADRIVE_GUI_VERSION_MAJOR}.${SEADRIVE_GUI_VERSION_MINOR}.${SEADRIVE_GUI_VERSION_PATCH}")
ADD_DEFINITIONS(-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26)
ADD_DEFINITIONS(-DSEADRIVE_GUI_VERSION=${PROJECT_VERSION})
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>SeaDrive</string>
<key>CFBundleShortVersionString</key>
<string>3.0.6</string>
<string>3.0.7</string>
<key>CFBundleVersion</key>
<string>3.0.6</string>
<string>3.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
seadrive-gui (3.0.7) unstable; urgency=low

* new upstream release

-- Jonathan Xu <[email protected]> Thu, 30 Nov 2023 11:30:51 +0800
seadrive-gui (3.0.6) unstable; urgency=low

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

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,0,6,0
PRODUCTVERSION 3,0,6,0
FILEVERSION 3,0,7,0
PRODUCTVERSION 3,0,7,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -89,12 +89,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "HaiWenHuZhi ltd"
VALUE "FileDescription", "SeaDrive"
VALUE "FileVersion", "3.0.6.0"
VALUE "FileVersion", "3.0.7.0"
VALUE "InternalName", "seadrive-gui.exe"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "seadrive-gui.exe"
VALUE "ProductName", "SeaDrive"
VALUE "ProductVersion", "3.0.6.0"
VALUE "ProductVersion", "3.0.7.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions seadrive-gui.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<LanguageStandard>stdcpp17</LanguageStandard>
<AdditionalIncludeDirectories>$(ProjectDir)\third_party\WinSparkle-0.5.3\include;$(ProjectDir)\third_party\QtAwesome;$(ProjectDir)..\libsearpc\lib;$(ProjectDir)\src\utils;$(ProjectDir)\src;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<UndefinePreprocessorDefinitions>%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
<PreprocessorDefinitions>SEADRIVE_GUI_VERSION=3.0.6;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>SEADRIVE_GUI_VERSION=3.0.7;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down Expand Up @@ -368,7 +368,7 @@
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
<AdditionalIncludeDirectories>$(ProjectDir)third_party\WinSparkle-0.5.3\include;$(ProjectDir)third_party\QtAwesome;$(ProjectDir)..\libsearpc\lib;$(ProjectDir)src\utils;$(ProjectDir)src;$(ProjectDir);$(ProjectDir)..\breakpad\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>SEADRIVE_GUI_VERSION=3.0.6;SEADRIVE_CLIENT_HAS_CRASH_REPORTER;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>SEADRIVE_GUI_VERSION=3.0.7;SEADRIVE_CLIENT_HAS_CRASH_REPORTER;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
<AdditionalOptions>/Zc:__cplusplus /utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
Expand Down

0 comments on commit 77da3a2

Please sign in to comment.