xf86-video-intel: Branch '2.7' - configure.ac

Carl Worth cworth at kemper.freedesktop.org
Tue Mar 10 17:23:08 PDT 2009


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d19b024dba970e4b24daccb898101f77d5529ff
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Mar 10 17:15:54 2009 -0700

    Increment version number to 2.6.99.902
    
    This is a version number increment for the new release-candidate
    tar file. As can be seen in the git history, there are no code
    changes here. Instead, the incremented version simply captures
    the fact that unlike .901, the .902 tar file has been built
    correctly. Specifically, it was built this time on a system with
    xmvclib present so all the necessary source files for building
    against xmvclib are now included in the tar file.

diff --git a/configure.ac b/configure.ac
index bd19ef1..aeb675c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-intel],
-        2.6.99.901,
+        2.6.99.902,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-intel)
 


More information about the xorg-commit mailing list