diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-10-09 15:48:51 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-10-09 15:48:51 +0200 |
commit | ce203dd7e99c9c943cb24756d25968781fb1dbd3 (patch) | |
tree | d97507e8fc3540ef5335e593da38f2898dd08049 | |
parent | 58946f0f5c1f84ae4136e6d417870572bfd45cd5 (diff) | |
download | network-manager-applet-ce203dd7e99c9c943cb24756d25968781fb1dbd3.tar.gz |
release: bump version to 1.8.241.8.24
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d5cc23fc..22f34589 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.63]) m4_define([nma_major_version], [1]) m4_define([nma_minor_version], [8]) -m4_define([nma_micro_version], [23]) +m4_define([nma_micro_version], [24]) m4_define([nma_version], [nma_major_version.nma_minor_version.nma_micro_version]) diff --git a/meson.build b/meson.build index 62e2da3a..cfa4141f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'network-manager-applet', 'c', - version: '1.8.23', + version: '1.8.24', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |