Bump version number to 0.6.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@21 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
parent
d0717fb53e
commit
d6827eb927
|
@ -1,8 +1,6 @@
|
|||
# process this file with automake to create a Makefile.in
|
||||
|
||||
SUBDIRS = src
|
||||
|
||||
EXTRA_DIST = debian/*
|
||||
SUBDIRS = src debian
|
||||
|
||||
|
||||
# make required device file
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# process this file with autoconf to get a configure script
|
||||
|
||||
AC_INIT(Makefile.am)
|
||||
AM_INIT_AUTOMAKE(libraw1394, 0.5)
|
||||
AM_INIT_AUTOMAKE(libraw1394, 0.6)
|
||||
|
||||
AC_PROG_CC
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
AC_OUTPUT([ Makefile src/Makefile ])
|
||||
AC_OUTPUT([ Makefile src/Makefile debian/Makefile ])
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# process this file with automake to create a Makefile.in
|
||||
|
||||
EXTRA_DIST = README
|
Reference in New Issue