Skip to content

Commit a2cfb64

Browse files
committed
bump hardcoded windows versions
1 parent 67d7cc9 commit a2cfb64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cava.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <windows.h>
3131
#define PATH_MAX 260
3232
#define PACKAGE "cava"
33-
#define VERSION "0.10.4"
33+
#define VERSION "0.10.5"
3434
#define _CRT_SECURE_NO_WARNINGS 1
3535
#endif // _WIN32
3636

cava_win/setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
77
AppId={{B8D2AE6A-71E4-42E3-8C9F-33245C657272}
88
AppName=cava
9-
AppVersion=0.10.4
10-
;AppVerName=cava 0.10.4
9+
AppVersion=0.10.5
10+
;AppVerName=cava 0.10.5
1111
AppPublisher=karlstav
1212
AppPublisherURL=https://github.com/karlstav/cava
1313
AppSupportURL=https://github.com/karlstav/cava

0 commit comments

Comments
 (0)