Skip to content

Commit

Permalink
Bumped version to 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
flambard committed Nov 28, 2010
1 parent 0128d55 commit cdaf901
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cleric.asd
Expand Up @@ -7,7 +7,7 @@
(defsystem :cleric
:description "Common Lisp Erlang Interface - An implementation of the Erlang distribution protocol."
:author "Markus Flambard <mflambard@common-lisp.net>"
:version "0.0.7"
:version "0.0.8"
:license "MIT License"
:depends-on (:usocket :md5 :ieee-floats)
:components ((:file "package")
Expand Down
2 changes: 1 addition & 1 deletion cleric.mbd
Expand Up @@ -4,7 +4,7 @@
(:development t)
(:author "Markus Flambard <mflambard@common-lisp.net>")
(:home-page "http://common-lisp.net/project/cleric/")
(:version 0 0 7)
(:version 0 0 8)
(:license :mit)
(:documentation "Common Lisp Erlang Interface - An implementation of the Erlang distribution protocol.")
(:needs :usocket :md5 :ieee-floats)
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Expand Up @@ -12,7 +12,7 @@

<h1>CLERIC documentation</h1>

<p>Version 0.0.7.</p>
<p>Version 0.0.8.</p>

<p>This the documentation for <a href="http://common-lisp.net/project/cleric/">CLERIC</a> (Common Lisp Erlang Interface).</p>

Expand Down
2 changes: 1 addition & 1 deletion doc/reference.html
Expand Up @@ -12,7 +12,7 @@

<h1>CLERIC reference</h1>

<p>Version 0.0.7.</p>
<p>Version 0.0.8.</p>

<p>This is the reference document for CLERIC (Common Lisp Erlang Interface). It describes all symbols exported from packages <code>BERT</code> and <code>CLERIC</code>.</p>

Expand Down

0 comments on commit cdaf901

Please sign in to comment.