diff options
author | David Schleef <ds@schleef.org> | 2005-11-14 08:31:26 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-11-14 08:31:26 +0000 |
commit | bf9a65aa75bfe1891c071ddafcb4547e783ed84a (patch) | |
tree | 7cd9d69393002e0629e45fd9dc4399b0aeac573e | |
parent | cadb11040ac2b860dfe3f6941f4b91abf2b03b7f (diff) |
* configure.ac: version bumpliboil_0_3_6
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-11-14 David Schleef <ds@schleef.org> + + * configure.ac: version bump + 2005-11-13 David Schleef <ds@schleef.org> * doc/tmpl/conv.sgml: Remove old template files. diff --git a/configure.ac b/configure.ac index 5bf3e55..2eee0a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(liboil,0.3.5) +AC_INIT(liboil,0.3.6) AS_NANO(LIBOIL_CVS=no,LIBOIL_CVS=yes) |