summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2015-10-08 13:44:55 -0400
committerRob Clark <robdclark@gmail.com>2015-10-08 13:44:55 -0400
commitc734f380f1df9f21229ce741eef59955d2a8b535 (patch)
treeba831171dfb596fd7e075a0df7060ea6b8e19fd5
parentdc9fb31c0fc03475010da6ff95eef9fa8a746de2 (diff)
NEWS: Bump version to 0.4.4xf86-video-omap-0.4.4
Signed-off-by: Rob Clark <robdclark@gmail.com>
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 40535ab..8c6addb 100644
--- a/NEWS
+++ b/NEWS
@@ -42,3 +42,10 @@ Release 0.4.3 (2012-01-11)
* DRI2: Fix potential triple-buffer loop in SwapComplete
+Release 0.4.4 (2015-10-08)
+==========================
+
+* Bug fixes
+
+* AM572x support
+
diff --git a/configure.ac b/configure.ac
index 534ecdc..c97e93c 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.3],
+ [0.4.4],
[https://bugs.freedesktop.org/enter_bug.cgi],
[xf86-video-omap])
AC_CONFIG_SRCDIR([Makefile.am])