new version
This commit is contained in:
parent
3ecb5a41ae
commit
d5faf6aeb1
2 changed files with 10 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -5,7 +5,7 @@
|
|||
|
||||
VERSION = 0
|
||||
SUBVERSION = 7
|
||||
SUBSUBVERSION = 8
|
||||
SUBSUBVERSION = 10
|
||||
|
||||
VERSION_CODE = ${VERSION}.${SUBVERSION}.${SUBSUBVERSION}
|
||||
|
||||
|
@ -48,6 +48,9 @@ clean: dummy
|
|||
|
||||
distclean: clean
|
||||
|
||||
debian:
|
||||
dpkg-build -rfakeroot
|
||||
|
||||
dev: dummy
|
||||
-rm /dev/comedi*
|
||||
/bin/mknod /dev/comedi0 c 98 0
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
comedilib (0.7.10) unstable; urgency=low
|
||||
|
||||
* Merged into comedilib distro.
|
||||
|
||||
-- David Schleef <ds@stm.lbl.gov> Wed, 29 Mar 2000 16:03:00 -0800
|
||||
|
||||
comedilib (0.7.9-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
|
Loading…
Add table
Reference in a new issue