diff options
author | Thomas Haller <thaller@redhat.com> | 2017-03-06 20:28:49 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-03-06 20:41:18 (GMT) |
commit | bcdf874adb1f1895342c31eac784b8cca96a5a6b (patch) | |
tree | 27f069218d79620f4a854bdb55af49bbe4995327 /doc | |
parent | 6bcb90da8769167f46ea1c6a4e62af2f1018d17c (diff) | |
download | libnl-bcdf874adb1f1895342c31eac784b8cca96a5a6b.zip libnl-bcdf874adb1f1895342c31eac784b8cca96a5a6b.tar.gz libnl-bcdf874adb1f1895342c31eac784b8cca96a5a6b.tar.bz2 |
libnl-3.3.0-rc1 releaselibnl3_3_0rc1
First release candidate for upcoming libnl 3.3.0 release.
Note that from now on, future libnl3 release will bump the
second version number, instead of the third. So the next
version will be 3.3.0 instead of 3.2.30.
This does not imply a break of API/ABI, it is only a change
of the versioning scheme.
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configure.ac b/doc/configure.ac index bb1db80..bb00173 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -9,7 +9,7 @@ # Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch> # -AC_INIT(libnl-doc, [3.2.29], [http://www.infradead.org/~tgr/libnl/]) +AC_INIT(libnl-doc, [3.3.0-rc1], [http://www.infradead.org/~tgr/libnl/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |