summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2007-04-05 14:48:56 +0100
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2007-04-05 14:48:56 +0100
commit86df17cb79c7a33c3438cb343e3868df1cff8aca (patch)
treecff332b74ecda894e5f2abe7fcb965417f4872c9
parentec732facaaf51e71802143197f52eeb4998b5806 (diff)
-rw-r--r--configure.ac2
-rw-r--r--src/vermilion.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7c60159..7c4ae4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-vermilion],
- 1.0.0,
+ 1.0.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-vermilion)
diff --git a/src/vermilion.h b/src/vermilion.h
index ba222cd..4f6893f 100644
--- a/src/vermilion.h
+++ b/src/vermilion.h
@@ -83,7 +83,7 @@
#define VERMILION_DRIVER_NAME "vermilion"
#define VERMILION_MAJOR_VERSION 1
#define VERMILION_MINOR_VERSION 0
-#define VERMILION_PATCHLEVEL 0
+#define VERMILION_PATCHLEVEL 1
/*XXX*/ typedef struct _VERMILIONRec
{