Skip to content

Commit

Permalink
Release: retcl-0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed Apr 16, 2018
1 parent 5f5d765 commit a1b321b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/retcl.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- retcl.n
-->
<body><div class="doctools">
<h1 class="doctools_title">retcl(n) 0.3.1 retcl &quot;Tcl client library for Redis&quot;</h1>
<h1 class="doctools_title">retcl(n) 0.3.2 retcl &quot;Tcl client library for Redis&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>retcl - Tcl client library for Redis</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/retcl.man
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin retcl n 0.3.1]
[manpage_begin retcl n 0.3.2]
[moddesc {Tcl client library for Redis}]
[require Tcl 8.6]
[require TclOO 1.0]
Expand Down
2 changes: 1 addition & 1 deletion doc/retcl.n
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'\" Generated from file 'retcl\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2014-2018 Pietro Cerutti <gahr@gahr\&.ch>
'\"
.TH "retcl" n 0\&.3\&.1 retcl "Tcl client library for Redis"
.TH "retcl" n 0\&.3\&.2 retcl "Tcl client library for Redis"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down
File renamed without changes.
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.3.1
package provide retcl 0.3.2

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.3.1}
} -result {0.3.2}

0 comments on commit a1b321b

Please sign in to comment.