aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark2012-10-15 18:57:47 -0500
committerRob Clark2012-10-15 18:57:47 -0500
commit6e6bf26bc08bf9c798489eb4a77efc7dbde966dd (patch)
tree6f17853b0abf40215a6b3603bcee48b925de0d0d
parent2f8d13e61c10325cab8a058793f2ad5b316b6ff5 (diff)
downloadxf86-video-omap-6e6bf26bc08bf9c798489eb4a77efc7dbde966dd.tar.gz
xf86-video-omap-6e6bf26bc08bf9c798489eb4a77efc7dbde966dd.tar.xz
xf86-video-omap-6e6bf26bc08bf9c798489eb4a77efc7dbde966dd.zip
NEWS: Bump version to 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)
25* Various other fixes, including updates to build with latest 25* Various other fixes, including updates to build with latest
26 xserver. 26 xserver.
27 27
28Release 0.4.2 (2012-10-15)
29==========================
30
31* fix 'make dist' issue that would result in distribution tarballs
32 missing the header files
33
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)
5# XXX bug URL should be https://bugs.freedesktop.org/enter_bug.cgi?product=xorg 5# XXX bug URL should be https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
6# but this makes autoheader choke.. 6# but this makes autoheader choke..
7AC_INIT([xf86-video-omap], 7AC_INIT([xf86-video-omap],
8 [0.4.1], 8 [0.4.2],
9 [https://bugs.freedesktop.org/enter_bug.cgi], 9 [https://bugs.freedesktop.org/enter_bug.cgi],
10 [xf86-video-omap]) 10 [xf86-video-omap])
11AC_CONFIG_SRCDIR([Makefile.am]) 11AC_CONFIG_SRCDIR([Makefile.am])