Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Feb 22, 2022
1 parent e6f3a34 commit db537b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project(otter-browser)

set(MAJOR_VERSION "1")
set(MINOR_VERSION "0")
set(PATCH_VERSION "02")
set(PATCH_VERSION "03")
set(WEEKLY_VERSION "" CACHE STRING "")

add_definitions(-DOTTER_VERSION_MAIN="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" -DOTTER_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}" -DOTTER_VERSION_CONTEXT=" " -DOTTER_VERSION_WEEKLY=" ")
Expand Down
8 changes: 4 additions & 4 deletions otter-browser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ IDI_ICON1 ICON DISCARDABLE "resources/icons/otter-browser.ico"
IDI_ICON2 ICON DISCARDABLE "resources/icons/otter-browser-file-type.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,2
PRODUCTVERSION 1,0,0,2
FILEVERSION 1,0,0,3
PRODUCTVERSION 1,0,0,3
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Otter Browser Team"
VALUE "FileDescription", "Otter Browser"
VALUE "FileVersion", "1.0.02"
VALUE "FileVersion", "1.0.03"
VALUE "InternalName", "otter-browser"
VALUE "LegalCopyright", "Copyright (C) 2013-2022 Otter Browser Team"
VALUE "OriginalFilename", "otter-browser.exe"
VALUE "ProductName", "Otter Browser"
VALUE "ProductVersion", "1.0.02"
VALUE "ProductVersion", "1.0.03"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit db537b4

Please sign in to comment.