Skip to content

Commit

Permalink
correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze committed Jan 5, 2023
1 parent aead2e5 commit d5ee7e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## 2023.1.1 - Jan 5, 2023
## 2023.1 - Jan 5, 2023

### Changed

Expand Down
2 changes: 1 addition & 1 deletion bin/installer/full/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bin/installer/lite/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion extras/ghidra-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d5ee7e8

Please sign in to comment.