summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar ddennedy 2005-06-23 17:09:33 +0000
committerGravatar ddennedy 2005-06-23 17:09:33 +0000
commit202b68ef5b03f6dd68cd21dc15eb7a000d3f1160 (patch)
tree5421fe71160b4e12602f0e6ca4ed817f6ecf31f3 /configure.ac
parentdocumentation and header comment corrections from Stefan Richter (diff)
bugfix stalling on iso transmission underflow
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@156 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 02b7660..0d90d1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# process this file with autoconf to get a configure script
-AC_INIT(libraw1394, 1.2.0)
+AC_INIT(libraw1394, 1.2.1)
AC_CONFIG_SRCDIR(src/raw1394.h)
AM_CONFIG_HEADER(config.h)
@@ -17,7 +17,7 @@ AC_C_BIGENDIAN
# set the libtool so version numbers
lt_major=9
-lt_revision=0
+lt_revision=1
lt_age=1
AC_SUBST(lt_major)