Skip to content

Commit 6074754

Browse files
committed
version change to 3.4.8.2
1 parent 6085082 commit 6074754

5 files changed

Lines changed: 23 additions & 23 deletions

File tree

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for sqlite 3.8.4.1.
3+
# Generated by GNU Autoconf 2.69 for sqlite 3.8.4.2.
44
#
55
# Report bugs to <http://www.sqlite.org>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='sqlite'
592592
PACKAGE_TARNAME='sqlite'
593-
PACKAGE_VERSION='3.8.4.1'
594-
PACKAGE_STRING='sqlite 3.8.4.1'
593+
PACKAGE_VERSION='3.8.4.2'
594+
PACKAGE_STRING='sqlite 3.8.4.2'
595595
PACKAGE_BUGREPORT='http://www.sqlite.org'
596596
PACKAGE_URL=''
597597

@@ -1313,7 +1313,7 @@ if test "$ac_init_help" = "long"; then
13131313
# Omit some internal or obsolete options to make the list less imposing.
13141314
# This message is too long to be a string in the A/UX 3.1 sh.
13151315
cat <<_ACEOF
1316-
\`configure' configures sqlite 3.8.4.1 to adapt to many kinds of systems.
1316+
\`configure' configures sqlite 3.8.4.2 to adapt to many kinds of systems.
13171317
13181318
Usage: $0 [OPTION]... [VAR=VALUE]...
13191319
@@ -1383,7 +1383,7 @@ fi
13831383

13841384
if test -n "$ac_init_help"; then
13851385
case $ac_init_help in
1386-
short | recursive ) echo "Configuration of sqlite 3.8.4.1:";;
1386+
short | recursive ) echo "Configuration of sqlite 3.8.4.2:";;
13871387
esac
13881388
cat <<\_ACEOF
13891389
@@ -1489,7 +1489,7 @@ fi
14891489
test -n "$ac_init_help" && exit $ac_status
14901490
if $ac_init_version; then
14911491
cat <<\_ACEOF
1492-
sqlite configure 3.8.4.1
1492+
sqlite configure 3.8.4.2
14931493
generated by GNU Autoconf 2.69
14941494
14951495
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1813,7 +1813,7 @@ cat >config.log <<_ACEOF
18131813
This file contains any messages produced by compilers while
18141814
running configure, to aid debugging if configure makes a mistake.
18151815
1816-
It was created by sqlite $as_me 3.8.4.1, which was
1816+
It was created by sqlite $as_me 3.8.4.2, which was
18171817
generated by GNU Autoconf 2.69. Invocation command line was
18181818
18191819
$ $0 $@
@@ -2631,7 +2631,7 @@ fi
26312631

26322632
# Define the identity of the package.
26332633
PACKAGE='sqlite'
2634-
VERSION='3.8.4.1'
2634+
VERSION='3.8.4.2'
26352635

26362636

26372637
cat >>confdefs.h <<_ACEOF
@@ -13196,7 +13196,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1319613196
# report actual input values of CONFIG_FILES etc. instead of their
1319713197
# values after options handling.
1319813198
ac_log="
13199-
This file was extended by sqlite $as_me 3.8.4.1, which was
13199+
This file was extended by sqlite $as_me 3.8.4.2, which was
1320013200
generated by GNU Autoconf 2.69. Invocation command line was
1320113201
1320213202
CONFIG_FILES = $CONFIG_FILES
@@ -13253,7 +13253,7 @@ _ACEOF
1325313253
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1325413254
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1325513255
ac_cs_version="\\
13256-
sqlite config.status 3.8.4.1
13256+
sqlite config.status 3.8.4.2
1325713257
configured by $0, generated by GNU Autoconf 2.69,
1325813258
with options \\"\$ac_cs_config\\"
1325913259

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
AC_PREREQ(2.61)
11-
AC_INIT(sqlite, 3.8.4.1, http://www.sqlite.org)
11+
AC_INIT(sqlite, 3.8.4.2, http://www.sqlite.org)
1212
AC_CONFIG_SRCDIR([sqlite3.c])
1313

1414
# Use automake.

sqlite3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ extern "C" {
107107
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
108108
** [sqlite_version()] and [sqlite_source_id()].
109109
*/
110-
#define SQLITE_VERSION "3.8.4.1"
110+
#define SQLITE_VERSION "3.8.4.2"
111111
#define SQLITE_VERSION_NUMBER 3008004
112-
#define SQLITE_SOURCE_ID "2014-03-11 15:27:36 018d317b1257ce68a92908b05c9c7cf1494050d0"
112+
#define SQLITE_SOURCE_ID "2014-03-26 18:51:19 02ea166372bdb2ef9d8dfbb05e78a97609673a8e"
113113

114114
/*
115115
** CAPI3REF: Run-Time Library Version Numbers

tea/configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for sqlite 3.8.4.1.
3+
# Generated by GNU Autoconf 2.69 for sqlite 3.8.4.2.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='sqlite'
579579
PACKAGE_TARNAME='sqlite'
580-
PACKAGE_VERSION='3.8.4.1'
581-
PACKAGE_STRING='sqlite 3.8.4.1'
580+
PACKAGE_VERSION='3.8.4.2'
581+
PACKAGE_STRING='sqlite 3.8.4.2'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1292,7 +1292,7 @@ if test "$ac_init_help" = "long"; then
12921292
# Omit some internal or obsolete options to make the list less imposing.
12931293
# This message is too long to be a string in the A/UX 3.1 sh.
12941294
cat <<_ACEOF
1295-
\`configure' configures sqlite 3.8.4.1 to adapt to many kinds of systems.
1295+
\`configure' configures sqlite 3.8.4.2 to adapt to many kinds of systems.
12961296
12971297
Usage: $0 [OPTION]... [VAR=VALUE]...
12981298
@@ -1353,7 +1353,7 @@ fi
13531353

13541354
if test -n "$ac_init_help"; then
13551355
case $ac_init_help in
1356-
short | recursive ) echo "Configuration of sqlite 3.8.4.1:";;
1356+
short | recursive ) echo "Configuration of sqlite 3.8.4.2:";;
13571357
esac
13581358
cat <<\_ACEOF
13591359
@@ -1455,7 +1455,7 @@ fi
14551455
test -n "$ac_init_help" && exit $ac_status
14561456
if $ac_init_version; then
14571457
cat <<\_ACEOF
1458-
sqlite configure 3.8.4.1
1458+
sqlite configure 3.8.4.2
14591459
generated by GNU Autoconf 2.69
14601460
14611461
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1866,7 +1866,7 @@ cat >config.log <<_ACEOF
18661866
This file contains any messages produced by compilers while
18671867
running configure, to aid debugging if configure makes a mistake.
18681868
1869-
It was created by sqlite $as_me 3.8.4.1, which was
1869+
It was created by sqlite $as_me 3.8.4.2, which was
18701870
generated by GNU Autoconf 2.69. Invocation command line was
18711871
18721872
$ $0 $@
@@ -9354,7 +9354,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
93549354
# report actual input values of CONFIG_FILES etc. instead of their
93559355
# values after options handling.
93569356
ac_log="
9357-
This file was extended by sqlite $as_me 3.8.4.1, which was
9357+
This file was extended by sqlite $as_me 3.8.4.2, which was
93589358
generated by GNU Autoconf 2.69. Invocation command line was
93599359
93609360
CONFIG_FILES = $CONFIG_FILES
@@ -9407,7 +9407,7 @@ _ACEOF
94079407
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
94089408
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
94099409
ac_cs_version="\\
9410-
sqlite config.status 3.8.4.1
9410+
sqlite config.status 3.8.4.2
94119411
configured by $0, generated by GNU Autoconf 2.69,
94129412
with options \\"\$ac_cs_config\\"
94139413

tea/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
1919
# so you can encode the package version directly into the source files.
2020
#-----------------------------------------------------------------------
2121

22-
AC_INIT([sqlite], [3.8.4.1])
22+
AC_INIT([sqlite], [3.8.4.2])
2323

2424
#--------------------------------------------------------------------
2525
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

0 commit comments

Comments
 (0)