File tree Expand file tree Collapse file tree
cavandroid/app/src/main/res/values Expand file tree Collapse file tree 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.7 > version # hard coded versions
8+ echo 1.0.0 > 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.7 "
33+ #define VERSION "1.0.0 "
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 . 7
10- ;AppVerName=cava 0.10.7
9+ AppVersion = 1.0 . 0
10+ ;AppVerName=cava 1.0.0
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.7 </string >
3+ <string name =" app_ver" translatable =" false" >1.0.0 </string >
44</resources >
Original file line number Diff line number Diff line change 11{
22 "name" : " cava" ,
3- "version" : " 0.10.7 " ,
3+ "version" : " 1.0.0 " ,
44 "dependencies" : [
55 " fftw3" ,
66 " pthreads" ,
You can’t perform that action at this time.
0 commit comments