summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-16 11:20:05 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-10-16 11:29:53 +0200
commit96aaee081a703ab3d07e6123caf74c4a292ba5d2 (patch)
tree12f9fcf0e813c372d616c0f0c80ff19affc466f9
parent88cbd311b14c3bcbd9643252bae87fba05844979 (diff)
downloadnetwork-manager-applet-96aaee081a703ab3d07e6123caf74c4a292ba5d2.tar.gz
meson: fix the version number
Match whatever autotools use.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1aa233ed..aa7d3f35 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'nm-applet', 'c',
- version: '1.8.3',
+ version: '1.8.5',
license: 'GPL2+',
default_options: [
'b_lundef=true',