diff options
author | David Schleef <ds@schleef.org> | 2010-08-17 17:55:03 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-08-17 17:55:03 -0700 |
commit | ab154b9a3e90e7c5e2bf4c75e2536be76d9b5392 (patch) | |
tree | 933f859e14b0fbb38d510edbf624412f7dc6ac60 /configure.ac | |
parent | bddb65b6cc795a49a77b822e29c5450174c3c662 (diff) |
configure: reminder to bump libversion
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bf2c5b0..09ca95a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ AC_PREREQ([2.58]) AC_INIT(orc,0.4.6.1) +dnl don't forget to update libversion AS_NANO(ORC_CVS=no,ORC_CVS=yes) |