diff --git a/CHANGELOG.md b/CHANGELOG.md index 966681e..2a47f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## 2023.1.1 - Jan 5, 2023 +## 2023.1 - Jan 5, 2023 ### Changed diff --git a/bin/installer/full/setup.iss b/bin/installer/full/setup.iss index 039f1c4..cd8c3dc 100644 --- a/bin/installer/full/setup.iss +++ b/bin/installer/full/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Indetectables Toolkit" -#define MyAppVersion "2023.1.1" +#define MyAppVersion "2023.1" #define MyAppPublisher "Indetectables" #define MyAppURL "https://www.indetectables.net/" #define MyAppToolsFolder "{app}\toolkit" diff --git a/bin/installer/lite/setup.iss b/bin/installer/lite/setup.iss index 3be7a15..123aa57 100644 --- a/bin/installer/lite/setup.iss +++ b/bin/installer/lite/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Indetectables Toolkit Lite" -#define MyAppVersion "2023.1.1" +#define MyAppVersion "2023.1" #define MyAppPublisher "Indetectables" #define MyAppURL "https://www.indetectables.net/" #define MyAppToolsFolder "{app}\toolkit" diff --git a/extras/ghidra-setup.iss b/extras/ghidra-setup.iss index c05318a..f3cf81e 100644 --- a/extras/ghidra-setup.iss +++ b/extras/ghidra-setup.iss @@ -3,7 +3,7 @@ #define MyAppName "Indetectables Toolkit Extras: Ghidra" #define MyAppNameOriginal "Indetectables Toolkit" -#define MyAppVersion "2023.1.1" +#define MyAppVersion "2023.1" #define MyAppPublisher "Indetectables" #define MyAppURL "https://www.indetectables.net/" #define MyAppToolsFolder "{app}\toolkit"