From ca3bcef312b6001f5842661d409e87e71476e064 Mon Sep 17 00:00:00 2001 From: Zsolt Parragi Date: Tue, 6 Aug 2024 19:35:38 +0100 Subject: [PATCH] Updated version string --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f874fffb..c1742432 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. # configure.ac -AC_INIT([pg_tde], [1.0.0-alpha], [https://github.com/Percona-Lab/pg_tde/issues], [pg_tde]) +AC_INIT([pg_tde], [1.0.0-beta2], [https://github.com/Percona-Lab/pg_tde/issues], [pg_tde]) AC_CANONICAL_HOST diff --git a/meson.build b/meson.build index 6445442d..1096c8dd 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ curldep = dependency('libcurl') -pg_tde_version = '1.0.0-alpha' +pg_tde_version = '1.0.0-beta2' conf_data = configuration_data() conf_data.set_quoted('PACKAGE_NAME', 'pg_tde')