Skip to content

Commit 20caf7b

Browse files
authored
Bump version to 1.65
1 parent 9868d40 commit 20caf7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

altsnap.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# define the name of the installer
33

44
!define APP_NAME "AltSnap"
5-
!define APP_VERSION "1.64"
5+
!define APP_VERSION "1.65"
66
# define the name of the installer
77
OutFile "${APP_NAME}${APP_VERSION}-inst.exe"
88
Name "${APP_NAME} ${APP_VERSION}"

resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#define IDC_STATIC (-1)
66
#endif
77

8-
#define VERSIONRC 1,6,4,0
9-
#define APP_VERSION "1.64"
8+
#define VERSIONRC 1,6,5,0
9+
#define APP_VERSION "1.65"
1010

1111
#define APP_ICON 101
1212
#define TRAY_OFF 102

0 commit comments

Comments
 (0)