Skip to content

Commit

Permalink
increment version number to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed Jun 22, 2016
1 parent 3945594 commit 6fdeecf
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 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([speedtables], [1.9.2])
AC_INIT([speedtables], [1.9.3])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
2 changes: 1 addition & 1 deletion ctable_server/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([ctable_server], [1.9.2])
AC_INIT([ctable_server], [1.9.3])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
2 changes: 1 addition & 1 deletion ctable_server/ctable_client.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,6 @@ proc maketable {cttpUrl sock} {
return [::sttp_buffer::table $cttpUrl]
}

package provide ctable_client 1.9.2
package provide ctable_client 1.9.3

# vim: set ts=8 sw=4 sts=4 noet :
2 changes: 1 addition & 1 deletion ctable_server/ctable_client_server.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ namespace export split_ctable_url join_ctable_url

}

package provide ctable_net 1.9.2
package provide ctable_net 1.9.3

# vim: set ts=8 sw=4 sts=4 noet :
2 changes: 1 addition & 1 deletion ctable_server/ctable_server.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ proc serverdie {{message ""}} {

}

package provide ctable_server 1.9.2
package provide ctable_server 1.9.3

#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

Expand Down
2 changes: 1 addition & 1 deletion ctable_server/sttp_buffer.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ proc table {cttpUrl} {

}

package provide sttp_buffer 1.9.2
package provide sttp_buffer 1.9.3

# vim: set ts=8 sw=4 sts=4 noet :
2 changes: 1 addition & 1 deletion ctables/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([ctable], [1.9.2])
AC_INIT([ctable], [1.9.3])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
2 changes: 1 addition & 1 deletion stapi/client/client.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ namespace eval ::stapi {
register package connect_package
}

package provide st_client 1.9.2
package provide st_client 1.9.3

# vim: set ts=8 sw=4 sts=4 noet :
2 changes: 1 addition & 1 deletion stapi/client/extend.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ namespace eval ::stapi {
namespace import ::stapi::extend::*
}

package provide stapi_extend 1.9.2
package provide stapi_extend 1.9.3


# vim: set ts=8 sw=4 sts=4 noet :
2 changes: 1 addition & 1 deletion stapi/client/pgsql.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,6 @@ namespace eval ::stapi {
}
}

package provide st_client_postgres 1.9.2
package provide st_client_postgres 1.9.3

# vim: set ts=8 sw=4 sts=4 noet :
2 changes: 1 addition & 1 deletion stapi/client/shared.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ namespace eval ::stapi {
}
}

package provide st_shared 1.9.2
package provide st_shared 1.9.3

# vim: set ts=8 sw=4 sts=4 noet :
2 changes: 1 addition & 1 deletion stapi/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([stapi], [1.9.2])
AC_INIT([stapi], [1.9.3])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
2 changes: 1 addition & 1 deletion stapi/copy.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ namespace eval ::stapi {
}
}

package provide st_postgres 1.9.2
package provide st_postgres 1.9.3

2 changes: 1 addition & 1 deletion stapi/debug.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ namespace eval ::stapi {
}
}

package provide st_debug 1.9.2
package provide st_debug 1.9.3
2 changes: 1 addition & 1 deletion stapi/display/display.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2576,5 +2576,5 @@ catch { ::itcl::delete class ::STDisplayField_boolean }

} ; ## ::itcl::class ::STDisplayField_boolean

package provide st_display 1.9.2
package provide st_display 1.9.3

2 changes: 1 addition & 1 deletion stapi/display/test.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ proc stapi_display_test {} {
}
}

package provide st_display_test 1.9.2
package provide st_display_test 1.9.3
2 changes: 1 addition & 1 deletion stapi/pgsql.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ namespace eval ::stapi {
}
}

package provide st_postgres 1.9.2
package provide st_postgres 1.9.3
2 changes: 1 addition & 1 deletion stapi/server/lock.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ namespace eval ::stapi {
}
}

package provide st_locks 1.9.2
package provide st_locks 1.9.3
2 changes: 1 addition & 1 deletion stapi/server/server.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -1200,4 +1200,4 @@ namespace eval ::stapi {
}
}
package provide st_server 1.9.2
package provide st_server 1.9.3
2 changes: 1 addition & 1 deletion stapi/stapi.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

package require st_client

package provide stapi 1.9.2
package provide stapi 1.9.3

2 changes: 1 addition & 1 deletion update_ver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This script simplifies the process of incrementing all version numbers for a new release.

NEWVER="1.9.2"
NEWVER="1.9.3"

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

Expand Down

0 comments on commit 6fdeecf

Please sign in to comment.