Skip to content

Commit

Permalink
Merge pull request #164 from hqakhtar/main
Browse files Browse the repository at this point in the history
Setting the version to 1.0.0-alpha for the tech preview release.
  • Loading branch information
Hamid Akhtar authored Apr 1, 2024
2 parents 5a72026 + 838ac6d commit 25b7794
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/Percona-Lab/pg_tde/issues>.
#
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 25b7794

Please sign in to comment.