Skip to content

Commit

Permalink
Version bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryvk committed Dec 30, 2009
1 parent 9640083 commit eadf2b7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cairo/cl-gtk2-cairo.asd
@@ -1,6 +1,6 @@
(defsystem :cl-gtk2-cairo
:name :cl-gtk2-cairo
:version "0.1"
:version "0.1.1"
:author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
:license "LLGPL"
:serial t
Expand Down
2 changes: 1 addition & 1 deletion doc/gtk.texi
Expand Up @@ -298,7 +298,7 @@ The important parts of @code{Gtk+} are:
@item @uref{http://common-lisp.net/project/cl-cairo2/,,cl-cairo2} (if you intend to use <code>cl-gtk2-gtkglext</code>)
@end itemize

At first, source code should be downloded. Current version of CL-GTK2 can be downloaded from @uref{http://common-lisp.net/project/cl-gtk2/files/cl-gtk2-0.1.tar.gz}.
At first, source code should be downloded. Current version of CL-GTK2 can be downloaded from @uref{http://common-lisp.net/project/cl-gtk2/files/cl-gtk2-0.1.1.tar.gz}.

Development tree of CL-GTK2 can be cloned with @uref{http://git-scm.org/,,Git}:
@example
Expand Down
2 changes: 1 addition & 1 deletion gdk/cl-gtk2-gdk.asd
@@ -1,6 +1,6 @@
(defsystem :cl-gtk2-gdk
:name :cl-gtk2-gdk
:version "0.1"
:version "0.1.1"
:author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
:license "LLGPL"
:serial t
Expand Down
2 changes: 1 addition & 1 deletion glib/cl-gtk2-glib.asd
@@ -1,6 +1,6 @@
(defsystem :cl-gtk2-glib
:name :cl-gtk2-glib
:version "0.1"
:version "0.1.1"
:author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
:license "LLGPL"
:serial t
Expand Down
2 changes: 1 addition & 1 deletion gtk-glext/cl-gtk2-gtkglext.asd
@@ -1,6 +1,6 @@
(defsystem :cl-gtk2-gtkglext
:name :cl-gtk2-gtkglext
:version "0.1"
:version "0.1.1"
:author "Vitaly Mayatskikh <v.mayatskih@gmail.com>"
:license "LLGPL"
:serial t
Expand Down
2 changes: 1 addition & 1 deletion gtk/cl-gtk2-gtk.asd
@@ -1,6 +1,6 @@
(defsystem :cl-gtk2-gtk
:name :cl-gtk2-gtk
:version "0.1"
:version "0.1.1"
:author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
:license "LLGPL"
:serial t
Expand Down
2 changes: 1 addition & 1 deletion pango/cl-gtk2-pango.asd
@@ -1,6 +1,6 @@
(defsystem :cl-gtk2-pango
:name :cl-gtk2-pango
:version "0.1"
:version "0.1.1"
:author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
:license "LLGPL"
:serial t
Expand Down

0 comments on commit eadf2b7

Please sign in to comment.