From 740c34180384520086302f5e107ae0ae37a7e617 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Sat, 7 Dec 2013 19:01:12 -0500 Subject: [PATCH] Prepare 0.4 release Set release date to today and bump shared library version. --- Makefile.am | 2 +- NEWS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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