diff --git a/Makefile.am b/Makefile.am index eaf2b55..524d453 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ liblutok_la_SOURCES += state.hpp liblutok_la_SOURCES += state.ipp liblutok_la_SOURCES += test_utils.hpp liblutok_la_CPPFLAGS = $(LUTOK_CFLAGS) -liblutok_la_LDFLAGS = -version-info 2:0:0 +liblutok_la_LDFLAGS = -version-info 3:0:0 liblutok_la_LIBADD = $(LUA_LIBS) pkgconfig_DATA = lutok.pc diff --git a/NEWS b/NEWS index 0d57d50..3cb25cd 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Changes in version 0.4 ====================== -STILL UNDER DEVELOPMENT; NOT RELEASED YET. +Released on 2013/12/07. * Cope with the lack of AM_PROG_AR in configure.ac, which first appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04