diff options
author | Carl Worth <cworth@cworth.org> | 2010-11-05 12:51:55 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-11-05 12:52:02 -0700 |
commit | 6b66b45b1ff207b80b81973745f42a776448f764 (patch) | |
tree | 5075247acc14863e34e329fea4e9f54dca09a5fd /configure.ac | |
parent | a44a63d2ff6c01c3dc61de6f736dd441ddd25e52 (diff) | |
parent | 9f232ad67c72b7869dcd112207bc41dc01d7d104 (diff) |
Merge commit '2.13.0'
This changes the version number and adds the 2.13.0 release notes,
(which were otherwise missing from the master branch).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0553df3c..be9b4734 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.12.902], + [2.13.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |