diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index bca1974f..f41685e0 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -9,7 +9,7 @@
CFBundleExecutable
scummvm-tools
CFBundleGetInfoString
- 2.6.0git, Copyright 2001-2022 The ScummVM team
+ 2.6.0, Copyright 2001-2022 The ScummVM team
CFBundleIconFile
scummvmtools.icns
CFBundleIdentifier
@@ -21,9 +21,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.6.0git
+ 2.6.0
CFBundleVersion
- 2.6.0git
+ 2.6.0
NSAppleScriptEnabled
NSHumanReadableCopyright
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index 08f2a8eb..2d5ff287 100644
--- a/dists/scummvmtools.rc
+++ b/dists/scummvmtools.rc
@@ -28,13 +28,13 @@ BEGIN
BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "FileDescription", "https://www.scummvm.org//0"
- VALUE "FileVersion", "2.6.0git\0"
+ VALUE "FileVersion", "2.6.0\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright � 2001-2022 The ScummVM Team\0"
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
VALUE "OriginalFilename", "scummvm-tools.exe\0"
VALUE "ProductName", "ScummVM Tools\0"
- VALUE "ProductVersion", "2.6.0git\0"
+ VALUE "ProductVersion", "2.6.0\0"
END
END
diff --git a/dists/win32/ScummVM Tools.iss b/dists/win32/ScummVM Tools.iss
index 3d6168a4..7bff2902 100755
--- a/dists/win32/ScummVM Tools.iss
+++ b/dists/win32/ScummVM Tools.iss
@@ -1,7 +1,7 @@
[Setup]
AppCopyright=2022
AppName=ScummVM Tools
-AppVerName=ScummVM Tools Git
+AppVerName=ScummVM Tools 2.6.0
AppPublisher=The ScummVM Team
AppPublisherURL=https://www.scummvm.org/
AppSupportURL=https://www.scummvm.org/
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 92f3170a..433ac212 100644
--- a/dists/win32/scummvm-tools.nsi
+++ b/dists/win32/scummvm-tools.nsi
@@ -60,7 +60,7 @@ Name "ScummVM Tools"
# General Symbol Definitions
#########################################################################################
!define REGKEY "Software\ScummVM\$(^Name)"
-!define VERSION "2.6.0git"
+!define VERSION "2.6.0"
!define COMPANY "ScummVM Team"
!define URL "https://www.scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
diff --git a/internal_version.h b/internal_version.h
index 393596cd..d0a1c05c 100644
--- a/internal_version.h
+++ b/internal_version.h
@@ -2,4 +2,4 @@
#define SCUMMVM_TOOLS_SVN_REVISION
#endif
-#define SCUMMVM_TOOLS_VERSION "2.6.0git" SCUMMVM_TOOLS_SVN_REVISION
+#define SCUMMVM_TOOLS_VERSION "2.6.0" SCUMMVM_TOOLS_SVN_REVISION