diff options
| author | Gergely Nagy <algernon@madhouse-project.org> | 2012-04-28 18:47:43 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@madhouse-project.org> | 2012-04-28 18:47:43 +0200 |
| commit | cf66dbeb8820ef935045813598aa5a48be00526a (patch) | |
| tree | 63359ff3d4b8ad4dee478ceed016720a1408ed6a /lib | |
| parent | 4e41abd16ea5fc9d0e32a702037a3824c4792cde (diff) | |
| download | libumberlog-cf66dbeb8820ef935045813598aa5a48be00526a.tar.gz libumberlog-cf66dbeb8820ef935045813598aa5a48be00526a.tar.xz libumberlog-cf66dbeb8820ef935045813598aa5a48be00526a.zip | |
Preparations for 0.2.1
Bump software and library interface versions, and start adding NEWS
entries.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 169b0b2..b113810 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ -LUL_CURRENT = 1 +LUL_CURRENT = 2 LUL_REVISION = 0 -LUL_AGE = 0 +LUL_AGE = 1 lib_LTLIBRARIES = libumberlog.la libumberlog_la_LDFLAGS = -Wl,--version-script,${srcdir}/libumberlog.ld \ |
