Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
georgtree committed Dec 10, 2024
1 parent 3daf80d commit 822e02b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# so that we create the export library with the dll.
#-----------------------------------------------------------------------

AC_INIT([tclinterp],[0.1])
AC_INIT([tclinterp],[0.11])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
2 changes: 1 addition & 1 deletion docs/doc_gen.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set sourceDir "${dir}/../"
source startPage.ruff
source [file join $sourceDir tclinterp.tcl]

set packageVersion 0.1
set packageVersion 0.11

set title "Tcl wrapper for C interpolation procedures"

Expand Down
2 changes: 1 addition & 1 deletion tclinterp.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package require argparse
package provide tclinterp 0.1
package provide tclinterp 0.11
set script_path [file dirname [file normalize [info script]]]


Expand Down

0 comments on commit 822e02b

Please sign in to comment.