correct version number

This commit is contained in:
DSR! 2023-01-05 12:49:24 -03:00
parent aead2e5f56
commit d5ee7e822d
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Changelog
## 2023.1.1 - Jan 5, 2023
## 2023.1 - Jan 5, 2023
### Changed

View File

@ -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"

View File

@ -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"

View File

@ -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"