Skip to content

Commit

Permalink
Bump all release-able packages to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Nov 8, 2012
1 parent 3dc6938 commit 7800982
Show file tree
Hide file tree
Showing 22 changed files with 91 additions and 58 deletions.
7 changes: 7 additions & 0 deletions tdbc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2012-11-08 Don Porter <[email protected]>

* generic/tdbc.h: Advance version number to 1.0.0
* configure.in:
* README:
* configure: autoconf-2.59

2012-08-17 Jan Nijtmans <[email protected]>

* win/nmakehlp.c: Add "-V<num>" option, in order to be able
Expand Down
2 changes: 1 addition & 1 deletion tdbc/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
README: tdbc

This is the 1.0b17 source distribution of Tcl Database Connectivity
This is the 1.0.0 source distribution of Tcl Database Connectivity
(TDBC). TDBC is available from a Fossil version control repository
at http://tdbc.tcl.tk/ .

Expand Down
18 changes: 9 additions & 9 deletions tdbc/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.59 for tdbc 1.0b17.
# Generated by GNU Autoconf 2.59 for tdbc 1.0.0.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
Expand Down Expand Up @@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='tdbc'
PACKAGE_TARNAME='tdbc'
PACKAGE_VERSION='1.0b17'
PACKAGE_STRING='tdbc 1.0b17'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='tdbc 1.0.0'
PACKAGE_BUGREPORT=''

# Factoring default headers for most tests.
Expand Down Expand Up @@ -777,7 +777,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 tdbc 1.0b17 to adapt to many kinds of systems.
\`configure' configures tdbc 1.0.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -834,7 +834,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of tdbc 1.0b17:";;
short | recursive ) echo "Configuration of tdbc 1.0.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -965,7 +965,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
tdbc configure 1.0b17
tdbc configure 1.0.0
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -979,7 +979,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tdbc $as_me 1.0b17, which was
It was created by tdbc $as_me 1.0.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -12130,7 +12130,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by tdbc $as_me 1.0b17, which was
This file was extended by tdbc $as_me 1.0.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12185,7 +12185,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
tdbc config.status 1.0b17
tdbc config.status 1.0.0
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion tdbc/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------

AC_INIT([tdbc], [1.0b17])
AC_INIT([tdbc], [1.0.0])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
4 changes: 2 additions & 2 deletions tdbc/generic/tdbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ DLLIMPORT int Tdbc_Init(Tcl_Interp* interp);
* appear near the top of configure.in.
*/

#define TDBC_VERSION "1.0b17"
#define TDBC_PATCHLEVEL "1.0b17"
#define TDBC_VERSION "1.0.0"
#define TDBC_PATCHLEVEL "1.0.0"

/*
* Include the Stubs declarations for the public API, generated from
Expand Down
6 changes: 6 additions & 0 deletions tdbcmysql/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2012-11-08 Don Porter <[email protected]>

* configure.in:
* README: Advanced version number to 1.0.0.
* configure: autoconf 2.59

2012-07-26 Jan Nijtmans <[email protected]>

* generic/mysqlStubInit.c: Fix [14a8b7c3bd]: package tdbc::mysql fails
Expand Down
2 changes: 1 addition & 1 deletion tdbcmysql/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
README: tdbcmysql

This is the 1.0b17 source distribution of the driver for Tcl
This is the 1.0.0 source distribution of the driver for Tcl
Database Connectivity (TDBC) to access MySQL databases.. TDBC and
its drivers are available from a Fossil version control repository
at http://tdbc.tcl.tk/
Expand Down
18 changes: 9 additions & 9 deletions tdbcmysql/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.59 for tdbcmysql 1.0b17.
# Generated by GNU Autoconf 2.59 for tdbcmysql 1.0.0.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
Expand Down Expand Up @@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='tdbcmysql'
PACKAGE_TARNAME='tdbcmysql'
PACKAGE_VERSION='1.0b17'
PACKAGE_STRING='tdbcmysql 1.0b17'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='tdbcmysql 1.0.0'
PACKAGE_BUGREPORT=''

# Factoring default headers for most tests.
Expand Down Expand Up @@ -777,7 +777,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 tdbcmysql 1.0b17 to adapt to many kinds of systems.
\`configure' configures tdbcmysql 1.0.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -834,7 +834,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of tdbcmysql 1.0b17:";;
short | recursive ) echo "Configuration of tdbcmysql 1.0.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -965,7 +965,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
tdbcmysql configure 1.0b17
tdbcmysql configure 1.0.0
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -979,7 +979,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tdbcmysql $as_me 1.0b17, which was
It was created by tdbcmysql $as_me 1.0.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -13019,7 +13019,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by tdbcmysql $as_me 1.0b17, which was
This file was extended by tdbcmysql $as_me 1.0.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13074,7 +13074,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
tdbcmysql config.status 1.0b17
tdbcmysql config.status 1.0.0
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion tdbcmysql/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------

AC_INIT([tdbcmysql], [1.0b17])
AC_INIT([tdbcmysql], [1.0.0])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
6 changes: 6 additions & 0 deletions tdbcodbc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2012-11-08 Don Porter <[email protected]>

* configure.in:
* README: Advanced version number to 1.0.0.
* configure: autoconf 2.59

2012-07-26 Jan Nijtmans <[email protected]>

* generic/odbcStubInit.s: Make some tables "const"
Expand Down
2 changes: 1 addition & 1 deletion tdbcodbc/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
README: tdbcodbc

This is the 1.0b17 source distribution of the bridge between Tcl
This is the 1.0.0 source distribution of the bridge between Tcl
Database Connectivity (TDBC) and Open Database Connectivity
(ODBC), a database-neutral API layer available on all Windows
systems and many others.. TDBC and its drivers are available from
Expand Down
18 changes: 9 additions & 9 deletions tdbcodbc/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.59 for tdbcodbc 1.0b17.
# Generated by GNU Autoconf 2.59 for tdbcodbc 1.0.0.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
Expand Down Expand Up @@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='tdbcodbc'
PACKAGE_TARNAME='tdbcodbc'
PACKAGE_VERSION='1.0b17'
PACKAGE_STRING='tdbcodbc 1.0b17'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='tdbcodbc 1.0.0'
PACKAGE_BUGREPORT=''

# Factoring default headers for most tests.
Expand Down Expand Up @@ -777,7 +777,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 tdbcodbc 1.0b17 to adapt to many kinds of systems.
\`configure' configures tdbcodbc 1.0.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -834,7 +834,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of tdbcodbc 1.0b17:";;
short | recursive ) echo "Configuration of tdbcodbc 1.0.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -965,7 +965,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
tdbcodbc configure 1.0b17
tdbcodbc configure 1.0.0
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -979,7 +979,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tdbcodbc $as_me 1.0b17, which was
It was created by tdbcodbc $as_me 1.0.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -13003,7 +13003,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by tdbcodbc $as_me 1.0b17, which was
This file was extended by tdbcodbc $as_me 1.0.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13058,7 +13058,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
tdbcodbc config.status 1.0b17
tdbcodbc config.status 1.0.0
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion tdbcodbc/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------

AC_INIT([tdbcodbc], [1.0b17])
AC_INIT([tdbcodbc], [1.0.0])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
6 changes: 6 additions & 0 deletions tdbcpostgres/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2012-11-08 Don Porter <[email protected]>

* configure.in:
* README: Advanced version number to 1.0.0.
* configure: autoconf 2.59

2012-07-26 Jan Nijtmans <[email protected]>

* generic/pqStubInit.s: Make some tables "const"
Expand Down
2 changes: 1 addition & 1 deletion tdbcpostgres/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
README: tdbcpostgres

This is the 1.0b17 source distribution of the driver for Tcl
This is the 1.0.0 source distribution of the driver for Tcl
Database Connectivity (TDBC) to access Postgres databases. TDBC and
its drivers are available from a Fossil version control repository
at http://tdbc.tcl.tk/
Expand Down
Loading

0 comments on commit 7800982

Please sign in to comment.