Skip to content

Commit

Permalink
Prepare 0.4 release
Browse files Browse the repository at this point in the history
Set release date to today and bump shared library version.
  • Loading branch information
jmmv committed Dec 8, 2013
1 parent 466dcd6 commit 740c341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 740c341

Please # to comment.