Skip to content

Commit 1800ced

Browse files
committed
version 0.10.4
add new shaders to install
1 parent ea6f4ce commit 1800ced

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ EXTRA_DIST = \
1818
output/shaders/pass_through.vert \
1919
output/shaders/bar_spectrum.frag \
2020
output/shaders/northern_lights.frag \
21+
output/shaders/winamp_line_style_spectrum.frag \
22+
output/shaders/spectrogram.frag \
2123
example_files/config \
2224
cava.psf \
2325
LICENSE \

autogen.sh

+1-1
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.3 > version # hard coded versions
8+
echo 0.10.4 > version # hard coded versions
99
fi
1010

1111
libtoolize

cava.c

+1-1
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.3"
33+
#define VERSION "0.10.4"
3434
#define _CRT_SECURE_NO_WARNINGS 1
3535
#endif // _MSC_VER
3636

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.3</string>
4-
</resources>
3+
<string name="app_ver" translatable="false">0.10.4</string>
4+
</resources>

0 commit comments

Comments
 (0)