summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-08-24 17:05:50 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-09-01 14:11:21 +0200
commit1b379c1c77d7bafd1d2b1d63bea35a5bae205fca (patch)
treea080836c0da13919ac79c6f07d0e0bc72f9acd6f /configure.ac
parentc28a8676b53c8d31910b0d39e979343c94188514 (diff)
build: bump version to 1.1.0
Adopt the same naming scheme as NetworkManager and other VPN plugins use: 1.<odd>.0 = development snapshot of NetworkManager 1.<odd+1>.0 major release 1.<even>.<odd> = development snapshot of NetworkManager 1.<even>.<odd+1> stable release 1.<even>.<even> = a stable release NetworkManager 1.2 (which is currently versioned as 1.1.0) is going to bring some new ABI while still supporting the old one. There's new VPN service and UI plugin APIs in libnm. There's one difficulty though -- the connection editor 1.2 will be linked against libnm and a new libnma library it will provide (as opposed to libnm-glib and libnm-gtk), thus will be incapable of loading of property plugins that are linked with the old libraries (due to glib type system limitations). However, we must not break support for other connection editors (GNOME control center, KDE, older versions of nm-connection-editor, etc.) therefore we need to build two versions of the property plugin. NetworkManager 1.2's libnm will provide a shim that makes it easy. For these reasons, the plugin will require building with NetworkManager >= 1.1.0 (it will still happily work with older connection editors or would even talk to older versions of NM if one would install one). Let's make that clear in the version number.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0df603d..a783633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(NetworkManager-iodine, 0.0.5, agx@sigxcpu.org, NetworkManager-iodine)
+AC_INIT(NetworkManager-iodine, 1.1.0, agx@sigxcpu.org, NetworkManager-iodine)
AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-xz])
AM_MAINTAINER_MODE