diff options
author | David Schleef <ds@schleef.org> | 2005-11-14 08:33:24 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-11-14 08:33:24 +0000 |
commit | 17fdf81f873410f53be714078e8e14f2d22df0f4 (patch) | |
tree | a3d783731742dc2508b19a3b4da78dce1a7177ba /configure.ac | |
parent | bf9a65aa75bfe1891c071ddafcb4547e783ed84a (diff) |
* configure.ac: return version to nano=1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2eee0a8..6b54706 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(liboil,0.3.6) +AC_INIT(liboil,0.3.6.1) AS_NANO(LIBOIL_CVS=no,LIBOIL_CVS=yes) |