diff options
author | Thomas Haller <thaller@redhat.com> | 2020-03-07 16:55:02 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-03-07 16:55:02 +0100 |
commit | feb10c09305dc7b2e30c15fbc070be4910000326 (patch) | |
tree | 2b7581a5f982f73da98243e04237455ac8cf54fb /configure.ac | |
parent | daded73d8a1283004768125a110e088106528a90 (diff) | |
download | network-manager-applet-feb10c09305dc7b2e30c15fbc070be4910000326.tar.gz |
release: bump version to 1.17.0 (development)1.17.0-dev
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e52c31f8..9a21a960 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) m4_define([nm_applet_major_version], [1]) -m4_define([nm_applet_minor_version], [16]) +m4_define([nm_applet_minor_version], [17]) m4_define([nm_applet_micro_version], [0]) m4_define([nm_applet_version], [nm_applet_major_version.nm_applet_minor_version.nm_applet_micro_version]) |