diff --git a/configure.in b/configure.in index 159998f9..f120d381 100755 --- a/configure.in +++ b/configure.in @@ -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([speedtables], [1.9.4]) +AC_INIT([speedtables], [1.10.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/ctable_server/configure.in b/ctable_server/configure.in index 33918a85..e615c404 100755 --- a/ctable_server/configure.in +++ b/ctable_server/configure.in @@ -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([ctable_server], [1.9.4]) +AC_INIT([ctable_server], [1.10.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/ctable_server/ctable_client.tcl b/ctable_server/ctable_client.tcl index 25e93973..8b6f606b 100644 --- a/ctable_server/ctable_client.tcl +++ b/ctable_server/ctable_client.tcl @@ -621,6 +621,6 @@ proc maketable {cttpUrl sock} { return [::sttp_buffer::table $cttpUrl] } -package provide ctable_client 1.9.4 +package provide ctable_client 1.10.0 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/ctable_server/ctable_client_server.tcl b/ctable_server/ctable_client_server.tcl index 2096bf7b..0f068f4a 100644 --- a/ctable_server/ctable_client_server.tcl +++ b/ctable_server/ctable_client_server.tcl @@ -98,6 +98,6 @@ namespace export split_ctable_url join_ctable_url } -package provide ctable_net 1.9.4 +package provide ctable_net 1.10.0 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/ctable_server/ctable_server.tcl b/ctable_server/ctable_server.tcl index 00578dc9..c8e64dfd 100644 --- a/ctable_server/ctable_server.tcl +++ b/ctable_server/ctable_server.tcl @@ -678,7 +678,7 @@ proc serverdie {{message ""}} { } -package provide ctable_server 1.9.4 +package provide ctable_server 1.10.0 #get, set, array_get, array_get_with_nulls, exists, delete, count, foreach, sort, type, import, import_postgres_result, export, fields, fieldtype, needs_quoting, names, reset, destroy, statistics, write_tabsep, or read_tabsep diff --git a/ctable_server/sttp_buffer.tcl b/ctable_server/sttp_buffer.tcl index 72cbf208..43f798fa 100644 --- a/ctable_server/sttp_buffer.tcl +++ b/ctable_server/sttp_buffer.tcl @@ -177,6 +177,6 @@ proc table {cttpUrl} { } -package provide sttp_buffer 1.9.4 +package provide sttp_buffer 1.10.0 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/ctables/configure.in b/ctables/configure.in index 05b84db5..eb2ae775 100755 --- a/ctables/configure.in +++ b/ctables/configure.in @@ -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([ctable], [1.9.4]) +AC_INIT([ctable], [1.10.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/stapi/client/client.tcl b/stapi/client/client.tcl index baad1557..0d8ec55b 100644 --- a/stapi/client/client.tcl +++ b/stapi/client/client.tcl @@ -100,6 +100,6 @@ namespace eval ::stapi { register package connect_package } -package provide st_client 1.9.4 +package provide st_client 1.10.0 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/stapi/client/extend.tcl b/stapi/client/extend.tcl index f72403c5..b3475d86 100644 --- a/stapi/client/extend.tcl +++ b/stapi/client/extend.tcl @@ -395,7 +395,7 @@ namespace eval ::stapi { namespace import ::stapi::extend::* } -package provide stapi_extend 1.9.4 +package provide stapi_extend 1.10.0 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/stapi/client/pgsql.tcl b/stapi/client/pgsql.tcl index 50d6e715..e18a69f0 100644 --- a/stapi/client/pgsql.tcl +++ b/stapi/client/pgsql.tcl @@ -986,6 +986,6 @@ namespace eval ::stapi { } } -package provide st_client_postgres 1.9.4 +package provide st_client_postgres 1.10.0 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/stapi/client/shared.tcl b/stapi/client/shared.tcl index 5001f8ae..5b568c96 100644 --- a/stapi/client/shared.tcl +++ b/stapi/client/shared.tcl @@ -115,6 +115,6 @@ namespace eval ::stapi { } } -package provide st_shared 1.9.4 +package provide st_shared 1.10.0 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/stapi/configure.in b/stapi/configure.in index d0b102a0..af1f880e 100755 --- a/stapi/configure.in +++ b/stapi/configure.in @@ -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([stapi], [1.9.4]) +AC_INIT([stapi], [1.10.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/stapi/copy.tcl b/stapi/copy.tcl index bb066b29..20ba089f 100644 --- a/stapi/copy.tcl +++ b/stapi/copy.tcl @@ -167,5 +167,5 @@ namespace eval ::stapi { } } -package provide st_postgres 1.9.4 +package provide st_postgres 1.10.0 diff --git a/stapi/debug.tcl b/stapi/debug.tcl index f2e70488..2aa9f5bc 100644 --- a/stapi/debug.tcl +++ b/stapi/debug.tcl @@ -54,4 +54,4 @@ namespace eval ::stapi { } } -package provide st_debug 1.9.4 +package provide st_debug 1.10.0 diff --git a/stapi/display/display.tcl b/stapi/display/display.tcl index ca27f3da..6f7fcfad 100644 --- a/stapi/display/display.tcl +++ b/stapi/display/display.tcl @@ -2576,5 +2576,5 @@ catch { ::itcl::delete class ::STDisplayField_boolean } } ; ## ::itcl::class ::STDisplayField_boolean -package provide st_display 1.9.4 +package provide st_display 1.10.0 diff --git a/stapi/display/test.tcl b/stapi/display/test.tcl index 3194f92c..fc0cb34f 100644 --- a/stapi/display/test.tcl +++ b/stapi/display/test.tcl @@ -29,4 +29,4 @@ proc stapi_display_test {} { } } -package provide st_display_test 1.9.4 +package provide st_display_test 1.10.0 diff --git a/stapi/pgsql.tcl b/stapi/pgsql.tcl index 04f756c0..f071dd11 100644 --- a/stapi/pgsql.tcl +++ b/stapi/pgsql.tcl @@ -357,4 +357,4 @@ namespace eval ::stapi { } } -package provide st_postgres 1.9.4 +package provide st_postgres 1.10.0 diff --git a/stapi/server/lock.tcl b/stapi/server/lock.tcl index 667cd8fc..6050abef 100644 --- a/stapi/server/lock.tcl +++ b/stapi/server/lock.tcl @@ -185,4 +185,4 @@ namespace eval ::stapi { } } -package provide st_locks 1.9.4 +package provide st_locks 1.10.0 diff --git a/stapi/server/server.tcl b/stapi/server/server.tcl index e2b6f806..d6363942 100644 --- a/stapi/server/server.tcl +++ b/stapi/server/server.tcl @@ -1228,4 +1228,4 @@ namespace eval ::stapi { } } -package provide st_server 1.9.4 +package provide st_server 1.10.0 diff --git a/stapi/stapi.tcl b/stapi/stapi.tcl index d83a0c4f..d31c865a 100644 --- a/stapi/stapi.tcl +++ b/stapi/stapi.tcl @@ -2,5 +2,5 @@ package require st_client -package provide stapi 1.9.4 +package provide stapi 1.10.0 diff --git a/update_ver.sh b/update_ver.sh index 85fed4e2..cd678823 100755 --- a/update_ver.sh +++ b/update_ver.sh @@ -2,7 +2,7 @@ # This script simplifies the process of incrementing all version numbers for a new release. -NEWVER="1.9.4" +NEWVER="1.10.0" perl -p -i -e "s/^(AC_INIT\\(\\[[a-z_]+\\],) \\[[0-9.]+\\]/\\1 \\[$NEWVER\\]/" configure.in ctables/configure.in stapi/configure.in ctable_server/configure.in