summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{