File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
cavandroid/app/src/main/res/values Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55if [ -d .git ]; then
66 git describe --always --tags --dirty > version # get version from git
77else
8- echo 0.10.5 > version # hard coded versions
8+ echo 0.10.6 > version # hard coded versions
99fi
1010
1111libtoolize
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
77AppId = {{B8D2AE6A-71E4-42E3-8C9F-33245C657272}
88AppName = cava
9- AppVersion = 0.10 .5
10- ;AppVerName=cava 0.10.5
9+ AppVersion = 0.10 .6
10+ ;AppVerName=cava 0.10.6
1111AppPublisher = karlstav
1212AppPublisherURL = https://github.com/karlstav/cava
1313AppSupportURL = https://github.com/karlstav/cava
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments