summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.(none)>2006-11-27 14:20:10 -0500
committerAlex Deucher <alex@t41p.(none)>2006-11-27 14:20:10 -0500
commit658f0fcdb9d6494c99dcb9bf61b8f8d3ba830618 (patch)
treebff360f1a27b61659f1a38390470bea778d21851
parentd4ce4d3f91690a61511b2d13943e5d0073917377 (diff)
bump version for releasexf86-video-s3-0.5.0
-rw-r--r--configure.ac2
-rw-r--r--src/s3.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ad77db3..c6f47b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-s3],
- 0.4.1,
+ 0.5.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-s3)
diff --git a/src/s3.h b/src/s3.h
index ac8d2f6..814b76b 100644
--- a/src/s3.h
+++ b/src/s3.h
@@ -164,10 +164,10 @@ typedef struct _S3Rec {
#define DRIVER_NAME "s3"
-#define DRIVER_VERSION "0.4.1"
+#define DRIVER_VERSION "0.5.0"
#define VERSION_MAJOR 0
-#define VERSION_MINOR 4
-#define PATCHLEVEL 1
+#define VERSION_MINOR 5
+#define PATCHLEVEL 0
#define S3_VERSION ((VERSION_MAJOR << 24) | \
(VERSION_MINOR << 16) | PATCHLEVEL)