From c1704b4d99a762a27b5e12c5763cbc3986de8e1e Mon Sep 17 00:00:00 2001 From: Giuliano Belinassi Date: Wed, 3 Jul 2024 11:48:12 -0300 Subject: [PATCH] Bump version to 0.3.5 Signed-off-by: Giuliano Belinassi --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5606586c..e1e41f9a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with libpulp. If not, see . -AC_INIT([libpulp],[0.3.4],[noreply@suse.com]) +AC_INIT([libpulp],[0.3.5],[noreply@suse.com]) # Keep most generated files under the config directory. AC_CONFIG_AUX_DIR([config])