Skip to content

Commit

Permalink
version 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
takamichih committed Oct 24, 2017
1 parent e1e9b6e commit b65cc3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions gtk/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ endif
if ENABLE_SSE
noinst_LIBRARIES=libsse.a
fmplayer_LDADD+=libsse.a
libsse_a_SOURCES=../libopna/opnassg-sinc-sse2.c \
../fmdsp/fmdsp-vramlookup-ssse3.c
libsse_a_SOURCES=../libopna/opnassg-sinc-sse2.c
libsse_a_CPPFLAGS=$(fmplayer_CPPFLAGS)
libsse_a_CFLAGS=-mssse3
libsse_a_CFLAGS=-msse2
endif

fmplayer_SOURCES=main.c \
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define FMPLAYER_VERSION_0 "0"
#define FMPLAYER_VERSION_1 "1"
#define FMPLAYER_VERSION_2 "10"
#define FMPLAYER_VERSION_2 "11"

#define FMPLAYER_VERSION_STR FMPLAYER_VERSION_0 "." FMPLAYER_VERSION_1 "." FMPLAYER_VERSION_2

Expand Down

0 comments on commit b65cc3e

Please sign in to comment.