Skip to content

Commit aca02dd

Browse files
committed
bump harcoded version to 0.10.6
1 parent e3b8d0b commit aca02dd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
if [ -d .git ]; then
66
git describe --always --tags --dirty > version # get version from git
77
else
8-
echo 0.10.5 > version # hard coded versions
8+
echo 0.10.6 > version # hard coded versions
99
fi
1010

1111
libtoolize

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.5"
33+
#define VERSION "0.10.6"
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.5
10-
;AppVerName=cava 0.10.5
9+
AppVersion=0.10.6
10+
;AppVerName=cava 0.10.6
1111
AppPublisher=karlstav
1212
AppPublisherURL=https://github.com/karlstav/cava
1313
AppSupportURL=https://github.com/karlstav/cava
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<resources>
22
<string name="app_name">cava</string>
3-
<string name="app_ver" translatable="false">0.10.5</string>
3+
<string name="app_ver" translatable="false">0.10.6</string>
44
</resources>

0 commit comments

Comments
 (0)