Commit 1800ced 1 parent ea6f4ce commit 1800ced Copy full SHA for 1800ced
File tree 4 files changed +6
-4
lines changed
cavandroid/app/src/main/res/values
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ EXTRA_DIST = \
18
18
output/shaders/pass_through.vert \
19
19
output/shaders/bar_spectrum.frag \
20
20
output/shaders/northern_lights.frag \
21
+ output/shaders/winamp_line_style_spectrum.frag \
22
+ output/shaders/spectrogram.frag \
21
23
example_files/config \
22
24
cava.psf \
23
25
LICENSE \
Original file line number Diff line number Diff line change 5
5
if [ -d .git ]; then
6
6
git describe --always --tags --dirty > version # get version from git
7
7
else
8
- echo 0.10.3 > version # hard coded versions
8
+ echo 0.10.4 > version # hard coded versions
9
9
fi
10
10
11
11
libtoolize
Original file line number Diff line number Diff line change 30
30
#include <windows.h>
31
31
#define PATH_MAX 260
32
32
#define PACKAGE "cava"
33
- #define VERSION "0.10.3 "
33
+ #define VERSION "0.10.4 "
34
34
#define _CRT_SECURE_NO_WARNINGS 1
35
35
#endif // _MSC_VER
36
36
Original file line number Diff line number Diff line change 1
1
<resources >
2
2
<string name =" app_name" >cava</string >
3
- <string name =" app_ver" translatable =" false" >0.10.3 </string >
4
- </resources >
3
+ <string name =" app_ver" translatable =" false" >0.10.4 </string >
4
+ </resources >
You can’t perform that action at this time.
0 commit comments