Skip to content

Commit

Permalink
Bumped version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistralol committed Sep 21, 2015
1 parent 6cf8bd4 commit e6b7d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AM_CPPFLAGS=
lib_LTLIBRARIES=libclientserver.la

libclientserver_la_CPPFLAGS=$(UUID_CFLAGS) $(OPENSSL_CFLAGS)
libclientserver_la_LDFLAGS=$(UUID_LIBS) $(OPENSSL_LIBS) -version-info 1:0:0
libclientserver_la_LDFLAGS=$(UUID_LIBS) $(OPENSSL_LIBS) -version-info 1:0:1

libclientserver_la_SOURCES= Barrier.cpp \
Encoder.cpp \
Expand Down

0 comments on commit e6b7d5e

Please sign in to comment.