diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Snapshot 2.99.914 (2014-07-23) +============================== +And a brown paper bag to hide the rebuilding from the tarball with +'autoreconf -fi' error that arose from not distributing the libobj/ +directory. + + Snapshot 2.99.913 (2014-07-23) ============================== This should be it... A few fixes from testing the new code, we should be diff --git a/configure.ac b/configure.ac index fd997fbe..5c3dd20c 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.99.913], + [2.99.914], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |