summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2012-02-10 14:37:46 +0100
committerXavier Bachelot <xavier@bachelot.org>2012-02-10 14:37:46 +0100
commita9c6c5ada3b39c258297ea445dc00514772b06e6 (patch)
treed56537e28260025da08788c7e7fb2a71d47b225b
parente8e18a92dbf8a6d966c50462ebbf13068d09aacf (diff)
bump version to 0.2.905release_0_2_905
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--src/via_driver.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8cf2c48..a54dde5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-openchrome 0.2.905 (xx/xx/2012)
+openchrome 0.2.905 (10/02/2012)
-------------------------------
* New features :
- VX900 support (Xv not supported yet).
diff --git a/configure.ac b/configure.ac
index c8a9f58..d01fd9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- 0.2.904,
+ 0.2.905,
[http://www.openchrome.org/trac/report/1],
xf86-video-openchrome)
diff --git a/src/via_driver.h b/src/via_driver.h
index 891cccb..19950c5 100644
--- a/src/via_driver.h
+++ b/src/via_driver.h
@@ -104,7 +104,7 @@
#define DRIVER_NAME "openchrome"
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
-#define PATCHLEVEL 904
+#define PATCHLEVEL 905
#define VIA_VERSION ((VERSION_MAJOR<<24) | (VERSION_MINOR<<16) | PATCHLEVEL)
#define VIA_VQ_SIZE (256 * 1024)