From 838ac6d7252ebfdacc4621e91166109c5f5d33fd Mon Sep 17 00:00:00 2001 From: Hamid Akhtar Date: Mon, 1 Apr 2024 21:14:08 +0500 Subject: [PATCH] Setting the version to 1.0.0-alpha for the tech preview release. --- configure | 18 +++++++++--------- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index be3283ca..4e953d21 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for pg_tde Alpha 1.0. +# Generated by GNU Autoconf 2.71 for pg_tde 1.0.0-alpha. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pg_tde' PACKAGE_TARNAME='pg_tde' -PACKAGE_VERSION='Alpha 1.0' -PACKAGE_STRING='pg_tde Alpha 1.0' +PACKAGE_VERSION='1.0.0-alpha' +PACKAGE_STRING='pg_tde 1.0.0-alpha' PACKAGE_BUGREPORT='https://github.com/Percona-Lab/pg_tde/issues' PACKAGE_URL='' @@ -1267,7 +1267,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pg_tde Alpha 1.0 to adapt to many kinds of systems. +\`configure' configures pg_tde 1.0.0-alpha to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1333,7 +1333,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pg_tde Alpha 1.0:";; + short | recursive ) echo "Configuration of pg_tde 1.0.0-alpha:";; esac cat <<\_ACEOF @@ -1419,7 +1419,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pg_tde configure Alpha 1.0 +pg_tde configure 1.0.0-alpha generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1575,7 +1575,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pg_tde $as_me Alpha 1.0, which was +It was created by pg_tde $as_me 1.0.0-alpha, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4138,7 +4138,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pg_tde $as_me Alpha 1.0, which was +This file was extended by pg_tde $as_me 1.0.0-alpha, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4202,7 +4202,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -pg_tde config.status Alpha 1.0 +pg_tde config.status 1.0.0-alpha configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 53ef650a..f874fffb 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], [Alpha 1.0], [https://github.com/Percona-Lab/pg_tde/issues], [pg_tde]) +AC_INIT([pg_tde], [1.0.0-alpha], [https://github.com/Percona-Lab/pg_tde/issues], [pg_tde]) AC_CANONICAL_HOST diff --git a/meson.build b/meson.build index 528f6cb7..0d69b19b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ curldep = dependency('libcurl') -pg_tde_version = 'Alpha 1.0' +pg_tde_version = '1.0.0-alpha' conf_data = configuration_data() conf_data.set_quoted('PACKAGE_NAME', 'pg_tde')