From 97e1085affb3979479058ee232a11340a67fcd1a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Nov 2024 18:38:15 +0100 Subject: [PATCH] increment version number to 1.30 --- debian/changelog | 6 ++++++ doc/conf.py | 2 +- meson.build | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 56448e5..bd08d39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libcm4all-was (1.30) unstable; urgency=low + + * + + -- + libcm4all-was (1.29) unstable; urgency=low * rebuild with libhttp 1.3 diff --git a/doc/conf.py b/doc/conf.py index 66df8f0..f7ad5a6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -38,7 +38,7 @@ # built documents. # # The short X.Y version. -version = '1.29' +version = '1.30' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 44d431f..ff5bf21 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libwas', ['c', 'cpp'], version: '1.29', +project('libwas', ['c', 'cpp'], version: '1.30', meson_version: '>= 0.56', default_options: [ 'c_std=c11',