We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d7cc9 commit a2cfb64Copy full SHA for a2cfb64
cava.c
@@ -30,7 +30,7 @@
30
#include <windows.h>
31
#define PATH_MAX 260
32
#define PACKAGE "cava"
33
-#define VERSION "0.10.4"
+#define VERSION "0.10.5"
34
#define _CRT_SECURE_NO_WARNINGS 1
35
#endif // _WIN32
36
cava_win/setup.iss
@@ -6,8 +6,8 @@
6
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
7
AppId={{B8D2AE6A-71E4-42E3-8C9F-33245C657272}
8
AppName=cava
9
-AppVersion=0.10.4
10
-;AppVerName=cava 0.10.4
+AppVersion=0.10.5
+;AppVerName=cava 0.10.5
11
AppPublisher=karlstav
12
AppPublisherURL=https://github.com/karlstav/cava
13
AppSupportURL=https://github.com/karlstav/cava
0 commit comments