summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-05-19 19:10:12 +0000
committerAdam Jackson <ajax@nwnk.net>2006-05-19 19:10:12 +0000
commita7315a314fa647a427805dc51f29558f6c607faa (patch)
tree9720753f6082608180b905a1d4128eef110b6f91
parent2f586dac58dfa30246c7d404a3b08f6e287e5975 (diff)
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/vesa.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da8c94..b021a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-19 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ * src/vesa.h:
+ Bump to 1.2.0
+
2006-05-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* src/vesa.c: (VESAScreenInit), (VESACloseScreen):
diff --git a/configure.ac b/configure.ac
index 68d05ed..b40a469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-vesa],
- 1.1.0,
+ 1.2.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-vesa)
diff --git a/src/vesa.h b/src/vesa.h
index 269064e..300281d 100644
--- a/src/vesa.h
+++ b/src/vesa.h
@@ -83,7 +83,7 @@
#define VESA_NAME "VESA"
#define VESA_DRIVER_NAME "vesa"
#define VESA_MAJOR_VERSION 1
-#define VESA_MINOR_VERSION 1
+#define VESA_MINOR_VERSION 2
#define VESA_PATCHLEVEL 0
/*XXX*/