diff options
| author | 2005-02-16 16:54:58 +0000 | |
|---|---|---|
| committer | 2005-02-16 16:54:58 +0000 | |
| commit | 246f623e3565912a8b407108524e02dfae547855 (patch) | |
| tree | 80dddedefab9886023c109eacb4763a7b31f6f0c /configure.ac | |
| parent | add comment about assumptions made in raw1394_get_port_info (diff) | |
add functions for allocating and releasing bandwidth and channels
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@154 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7a22637..02b7660 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.1.0) +AC_INIT(libraw1394, 1.2.0) AC_CONFIG_SRCDIR(src/raw1394.h) AM_CONFIG_HEADER(config.h) @@ -16,9 +16,9 @@ AC_C_CONST AC_C_BIGENDIAN # set the libtool so version numbers -lt_major=8 +lt_major=9 lt_revision=0 -lt_age=0 +lt_age=1 AC_SUBST(lt_major) AC_SUBST(lt_revision) |
