summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-12 23:15:11 +0100
committerJens Georg <mail@jensge.org>2018-11-12 23:15:11 +0100
commite4eef3ae726fa82871b475f3d6571da07d1e8486 (patch)
tree39aacee2e229536c8be9667786a98b9c61963128
parentb4dd4dd0b3f369680367a6c9efb1f9d3077ff074 (diff)
downloadgupnp-av-e4eef3ae726fa82871b475f3d6571da07d1e8486.tar.gz
Post-release version bump
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1e08456..9fd8692 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-av],
- [0.12.11],
+ [0.12.12],
[https://bugzilla.gnome.org/enter_bug.cgi?product=GUPnP],
[gupnp-av],
[http://www.gupnp.org/])
diff --git a/meson.build b/meson.build
index fdd3641..55f309c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp-av', 'c', version : '0.12.11')
+project('gupnp-av', 'c', version : '0.12.12')
gnome = import('gnome')