summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2012-10-15 18:57:47 -0500
committerRob Clark <rob@ti.com>2012-10-15 18:57:47 -0500
commit6e6bf26bc08bf9c798489eb4a77efc7dbde966dd (patch)
tree6f17853b0abf40215a6b3603bcee48b925de0d0d
parent2f8d13e61c10325cab8a058793f2ad5b316b6ff5 (diff)
NEWS: Bump version to 0.4.2xf86-video-omap-0.4.2
Signed-off-by: Rob Clark <rob@ti.com>
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 64977d4..0299424 100644
--- a/NEWS
+++ b/NEWS
@@ -25,3 +25,9 @@ Release 0.4.1 (2012-10-06)
* Various other fixes, including updates to build with latest
xserver.
+Release 0.4.2 (2012-10-15)
+==========================
+
+* fix 'make dist' issue that would result in distribution tarballs
+ missing the header files
+
diff --git a/configure.ac b/configure.ac
index b1fc8a7..11238b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.60)
# XXX bug URL should be https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
# but this makes autoheader choke..
AC_INIT([xf86-video-omap],
- [0.4.1],
+ [0.4.2],
[https://bugs.freedesktop.org/enter_bug.cgi],
[xf86-video-omap])
AC_CONFIG_SRCDIR([Makefile.am])