Skip to content

Commit

Permalink
Bumped version to 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Flambard committed May 28, 2011
1 parent 6c27992 commit 93c75ff
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bert.asd
Original file line number Original file line Diff line number Diff line change
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.0.8" :version "0.1.0"
: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
Original file line number Original file line Diff line number Diff line change
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.0.8" :version "0.1.0"
:license "MIT License" :license "MIT License"
:depends-on (:usocket :md5 :ieee-floats :alexandria) :depends-on (:usocket :md5 :ieee-floats :alexandria)
:components :components
Expand Down
6 changes: 1 addition & 5 deletions doc/bert_reference.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


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


<p>Version 0.0.8.</p> <p>Version 0.1.0.</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 All @@ -26,10 +26,6 @@ <h1>BERT reference</h1>
</a> </a>
</p> </p>


<p>
<i>Note that the API is in flux as long as CLERIC is at version 0.0.X.</i>
</p>

<dl> <dl>
<dt><a href="#BERT">The BERT package</a></dt> <dt><a href="#BERT">The BERT package</a></dt>
<dd><a href="#BERT_classes">Classes</a></dd> <dd><a href="#BERT_classes">Classes</a></dd>
Expand Down
6 changes: 1 addition & 5 deletions doc/cleric_reference.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


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


<p>Version 0.0.8.</p> <p>Version 0.1.0.</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 All @@ -26,10 +26,6 @@ <h1>CLERIC reference</h1>
</a> </a>
</p> </p>


<p>
<i>Note that the API is in flux as long as CLERIC is at version 0.0.X.</i>
</p>

<dl> <dl>
<dt><a href="#CLERIC">The CLERIC package</a></dt> <dt><a href="#CLERIC">The CLERIC package</a></dt>
<dd><a href="#CLERIC_types-and-classes">Types and Classes</a></dd> <dd><a href="#CLERIC_types-and-classes">Types and Classes</a></dd>
Expand Down
10 changes: 7 additions & 3 deletions doc/index.html
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">


Expand All @@ -12,9 +12,13 @@


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


<p>Version 0.0.8.</p> <p>Version 0.1.0.</p>


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


<blockquote> <blockquote>
<a href="cleric_reference.html">CLERIC reference</a><br> <a href="cleric_reference.html">CLERIC reference</a><br>
Expand Down
4 changes: 2 additions & 2 deletions doc/reference.html
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">


Expand All @@ -12,7 +12,7 @@


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


<p>Version 0.0.8.</p> <p>Version 0.1.0.</p>


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

0 comments on commit 93c75ff

Please sign in to comment.