From b84eab584818f6fce77d459eaae2c88bc2f515ff Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Sat, 30 Aug 2014 20:15:55 +0800 Subject: [PATCH] finalize v0.2.0 (library 1:0:0) --- ChangeLog | 3 +++ NEWS | 5 ++++- configure.ac | 2 +- lib/Makefile.am | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57d3f6e..c486f9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ [bash/Makefile.am] * install as prefix/bin/td.bash +[lib/Makefile.am] + * version-info: 1:0:0 + [main.c] * print_help: add for help message * main: add -h option for help message diff --git a/NEWS b/NEWS index dec3d6f..4d62b13 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ =========================== -NEWS for ?.?.? (????-??-??) +NEWS for 0.2.0 (2014-08-30) =========================== Changes since 1.0.3 (2014-07-06) @@ -11,6 +11,9 @@ Changes since 1.0.3 (2014-07-06) * Python 2 and Python 3 bindings * Bash loadable extension +[libtd] + * version 1:0:0 + [td] * add -h for help message diff --git a/configure.ac b/configure.ac index 008096d..f7cbbe8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([td], [0.0.0], [livibetter@gmail.com]) +AC_INIT([td], [0.2.0], [livibetter@gmail.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) diff --git a/lib/Makefile.am b/lib/Makefile.am index 3b7ef58..099da57 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,6 +11,7 @@ if ENABLE_C lib_LTLIBRARIES = $(lib_LTLIBRARIES__) libtd_la_SOURCES = td.c td.h + libtd_la_LDFLAGS = -version-info 1:0:0 endif CLEANFILES = $(lib_LTLIBRARIES__)