Skip to content

Commit

Permalink
Release: retcl-0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed May 12, 2017
1 parent 0b9e7aa commit 2ceb3f5
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.2.1 retcl &quot;Redis client&quot;</h1>
<h1 class="doctools_title">retcl(n) 0.2.2 retcl &quot;Redis client&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.2.1]
[manpage_begin retcl n 0.2.2]
[moddesc {Redis client}]
[titledesc {Tcl client library for Redis}]
[require Tcl 8.6]
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-2017 Pietro Cerutti <gahr@gahr\&.ch>
'\"
.TH "retcl" n 0\&.2\&.1 retcl "Redis client"
.TH "retcl" n 0\&.2\&.2 retcl "Redis client"
.\" 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.2.1
package provide retcl 0.2.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
@@ -1,3 +1,3 @@
tcltest::test pkg-version-1.1 {pkg version is correct} -body {
package require retcl
} -result {0.2.1}
} -result {0.2.2}

0 comments on commit 2ceb3f5

Please sign in to comment.