We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8359bcb commit 6b6e34bCopy full SHA for 6b6e34b
2 files changed
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
3
include(ExternalProject)
4
5
project(meteordemod
6
- VERSION 2.6.1
+ VERSION 2.6.2
7
LANGUAGES CXX
8
)
9
installer/installer.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "meteordemod"
-#define MyAppVersion "2.5.5"
+#define MyAppVersion "2.6.2"
#define MyAppPublisher "Digitelektro"
#define MyAppURL "https://github.com/Digitelektro/MeteorDemod"
#define MyAppExeName "meteordemod.exe"
0 commit comments