diff --git a/configure.in b/configure.in index 75127f47..ba4b3209 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.1]) +AC_INIT([speedtables], [1.9.2]) #-------------------------------------------------------------------- # 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 d5139a22..f0297add 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.1]) +AC_INIT([ctable_server], [1.9.2]) #-------------------------------------------------------------------- # 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 f5548619..a0949e3a 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.1 +package provide ctable_client 1.9.2 # 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 93fabb4f..2e024b8c 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.1 +package provide ctable_net 1.9.2 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/ctable_server/ctable_server.tcl b/ctable_server/ctable_server.tcl index cf764d84..c3d38e62 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.1 +package provide ctable_server 1.9.2 #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 a57c13cd..8b5bad82 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.1 +package provide sttp_buffer 1.9.2 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/ctables/configure.in b/ctables/configure.in index 320b8aeb..440a3f7f 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.1]) +AC_INIT([ctable], [1.9.2]) #-------------------------------------------------------------------- # 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 230e598f..c5f6c0c6 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.1 +package provide st_client 1.9.2 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/stapi/client/extend.tcl b/stapi/client/extend.tcl index 11b8fe0b..a720d6c8 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.1 +package provide stapi_extend 1.9.2 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/stapi/client/pgsql.tcl b/stapi/client/pgsql.tcl index 4c0c4ba4..d5712e48 100644 --- a/stapi/client/pgsql.tcl +++ b/stapi/client/pgsql.tcl @@ -994,6 +994,6 @@ namespace eval ::stapi { } } -package provide st_client_postgres 1.9.1 +package provide st_client_postgres 1.9.2 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/stapi/client/shared.tcl b/stapi/client/shared.tcl index c885957d..0eea0bb7 100644 --- a/stapi/client/shared.tcl +++ b/stapi/client/shared.tcl @@ -115,6 +115,6 @@ namespace eval ::stapi { } } -package provide st_shared 1.9.1 +package provide st_shared 1.9.2 # vim: set ts=8 sw=4 sts=4 noet : diff --git a/stapi/configure.in b/stapi/configure.in index 75468e69..a75d1f03 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.1]) +AC_INIT([stapi], [1.9.2]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/stapi/copy.tcl b/stapi/copy.tcl index 2f8fa867..c1863e54 100644 --- a/stapi/copy.tcl +++ b/stapi/copy.tcl @@ -167,5 +167,5 @@ namespace eval ::stapi { } } -package provide st_postgres 1.9.1 +package provide st_postgres 1.9.2 diff --git a/stapi/debug.tcl b/stapi/debug.tcl index e23cffb1..94b41f00 100644 --- a/stapi/debug.tcl +++ b/stapi/debug.tcl @@ -54,4 +54,4 @@ namespace eval ::stapi { } } -package provide st_debug 1.9.1 +package provide st_debug 1.9.2 diff --git a/stapi/display/display.tcl b/stapi/display/display.tcl index 9f84f126..ce5a4237 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.1 +package provide st_display 1.9.2 diff --git a/stapi/display/test.tcl b/stapi/display/test.tcl index 20435888..09f46a17 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.1 +package provide st_display_test 1.9.2 diff --git a/stapi/pgsql.tcl b/stapi/pgsql.tcl index d15b491e..01830f7b 100644 --- a/stapi/pgsql.tcl +++ b/stapi/pgsql.tcl @@ -316,4 +316,4 @@ namespace eval ::stapi { } } -package provide st_postgres 1.9.1 +package provide st_postgres 1.9.2 diff --git a/stapi/server/lock.tcl b/stapi/server/lock.tcl index 280f6178..2f375609 100644 --- a/stapi/server/lock.tcl +++ b/stapi/server/lock.tcl @@ -181,4 +181,4 @@ namespace eval ::stapi { } } -package provide st_locks 1.9.1 +package provide st_locks 1.9.2 diff --git a/stapi/server/server.tcl b/stapi/server/server.tcl index cf4d97d6..59002aa5 100644 --- a/stapi/server/server.tcl +++ b/stapi/server/server.tcl @@ -1158,4 +1158,4 @@ namespace eval ::stapi { } } -package provide st_server 1.9.1 +package provide st_server 1.9.2 diff --git a/stapi/stapi.tcl b/stapi/stapi.tcl index 82c88954..5dd80f4f 100644 --- a/stapi/stapi.tcl +++ b/stapi/stapi.tcl @@ -2,5 +2,5 @@ package require st_client -package provide stapi 1.9.1 +package provide stapi 1.9.2 diff --git a/update_ver.sh b/update_ver.sh index 8d15c20c..623edbc5 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.1" +NEWVER="1.9.2" 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