Skip to content

Commit

Permalink
Release: retcl-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed Jul 9, 2024
1 parent e89fddc commit 7b87177
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ifdef::generate_manpage[]
:author: Pietro Cerutti
:email: gahr@gahr.ch
:revdate: October 24, 2021
:revnumber: 0.5.0
:revnumber: 0.6.0
:package: retcl
:doctype: manpage
:manmanual: RETCL
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ <h1>retcl(n)</h1>
<div class="details">
<span id="author" class="author">Pietro Cerutti</span><br/>
<span id="email" class="email"><a href="mailto:gahr@gahr.ch">gahr@gahr.ch</a></span><br/>
<span id="revnumber">version 0.5.0,</span>
<span id="revnumber">version 0.6.0,</span>
<span id="revdate">October 24, 2021</span>
</div>
<div id="toc" class="toc">
Expand Down Expand Up @@ -789,8 +789,8 @@ <h2 id="_copying">Copying</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 0.5.0<br/>
Last updated 2024-07-09 11:44:22 UTC
Version 0.6.0<br/>
Last updated 2024-07-09 11:47:52 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion retcl-0.5.0.tm → retcl-0.6.0.tm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
package require Tcl 8.6
package require TclOO

package provide retcl 0.5.0
package provide retcl 0.6.0

catch {retcl destroy}

Expand Down
2 changes: 1 addition & 1 deletion retcl.tm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
package require Tcl 8.6
package require TclOO

package provide retcl 0.5.0
package provide retcl 0.6.0

catch {retcl destroy}

Expand Down
2 changes: 1 addition & 1 deletion test/001-pkg-version.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

tcltest::test pkg-version-1.1 {pkg version is correct} -body {
package require retcl
} -result {0.5.0}
} -result {0.6.0}

0 comments on commit 7b87177

Please sign in to comment.