summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-08-05 12:39:56 +1000
committerDave Airlie <airlied@redhat.com>2009-08-05 12:39:56 +1000
commitc4b309446c21f21d4ade5b0d46136ccf39390ef6 (patch)
treeea5a8e9402da7f0e932417a25f464faaca5ad20a
parentb58c9c6b61bb7983d9d5326dd1e2c20c075a1063 (diff)
vbetool: add udev example rulesvbetool-1.2.1
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index af2b108..a513dbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ man_MANS = vbetool.1
vbetool_SOURCES = vbetool.c $(x86)
noinst_HEADERS = vbetool.h
-EXTRA_DIST = vbetool.1
+EXTRA_DIST = vbetool.1 udev-video-post-example.rules
maintainer-clean-local:
$(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
diff --git a/configure.ac b/configure.ac
index df1dcf5..9266b01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
-AC_INIT([vbetool], 1.2.0, [not yet], vbetool)
+AC_INIT([vbetool], 1.2.1, [not yet], vbetool)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE