diff options
| author | 2001-01-04 02:06:30 +0000 | |
|---|---|---|
| committer | 2001-01-04 02:06:30 +0000 | |
| commit | 2b61e222eaf0e0260ee2d5d5865a4275d906000d (patch) | |
| tree | f99d8fcdb8535c13781472be2ed2a0f5615946d0 /configure.in | |
| parent | Debian scripts use makedev (>=2.3.1-49) in postinst by default now. (diff) | |
Fix misplaced device file in Debian installation.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@48 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ce10dd1..763daa5 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # process this file with autoconf to get a configure script AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(libraw1394, 0.8.1) +AM_INIT_AUTOMAKE(libraw1394, 0.8.2) AM_CONFIG_HEADER(config.h) AC_PROG_CC |
