Skip to content

Commit

Permalink
Bumped version to 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Flambard committed Jul 17, 2011
1 parent 397ddca commit 1a413d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bert.asd
Expand Up @@ -6,7 +6,7 @@
(asdf:defsystem :bert (asdf:defsystem :bert
:description "BERT serializer." :description "BERT serializer."
:author "Markus Flambard <mflambard@common-lisp.net>" :author "Markus Flambard <mflambard@common-lisp.net>"
:version "0.1.0" :version "0.1.1"
:license "MIT License" :license "MIT License"
:depends-on (:cleric :alexandria) :depends-on (:cleric :alexandria)
:components :components
Expand Down
2 changes: 1 addition & 1 deletion cleric.asd
Expand Up @@ -7,7 +7,7 @@
(asdf:defsystem :cleric (asdf:defsystem :cleric
:description "Common Lisp Erlang Interface - An implementation of the Erlang distribution protocol." :description "Common Lisp Erlang Interface - An implementation of the Erlang distribution protocol."
:author "Markus Flambard <mflambard@common-lisp.net>" :author "Markus Flambard <mflambard@common-lisp.net>"
:version "0.1.0" :version "0.1.1"
:license "MIT License" :license "MIT License"
:depends-on (:usocket :flexi-streams :md5 :ieee-floats :alexandria) :depends-on (:usocket :flexi-streams :md5 :ieee-floats :alexandria)
:components :components
Expand Down
2 changes: 1 addition & 1 deletion doc/bert_reference.html
Expand Up @@ -12,7 +12,7 @@


<h1>BERT reference</h1> <h1>BERT reference</h1>


<p>Version 0.1.0.</p> <p>Version 0.1.1.</p>


<p> <p>
This is the reference document for BERT, which is part of CLERIC This is the reference document for BERT, which is part of CLERIC
Expand Down
2 changes: 1 addition & 1 deletion doc/cleric_reference.html
Expand Up @@ -12,7 +12,7 @@


<h1>CLERIC reference</h1> <h1>CLERIC reference</h1>


<p>Version 0.1.0.</p> <p>Version 0.1.1.</p>


<p> <p>
This is the reference document for CLERIC (Common Lisp Erlang Interface). This is the reference document for CLERIC (Common Lisp Erlang Interface).
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Expand Up @@ -12,7 +12,7 @@


<h1>CLERIC documentation</h1> <h1>CLERIC documentation</h1>


<p>Version 0.1.0.</p> <p>Version 0.1.1.</p>


<p> <p>
This is the documentation for This is the documentation for
Expand Down
2 changes: 1 addition & 1 deletion doc/reference.html
Expand Up @@ -12,7 +12,7 @@


<h1>CLERIC reference</h1> <h1>CLERIC reference</h1>


<p>Version 0.1.0.</p> <p>Version 0.1.1.</p>


<p> <p>
This is the reference documentation for This is the reference documentation for
Expand Down

0 comments on commit 1a413d4

Please sign in to comment.