diff options
author | Carl Worth <cworth@cworth.org> | 2010-09-28 20:40:37 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-09-28 20:40:37 -0700 |
commit | 624e58e3e43c0b2c6803cb9263863444abeb3acb (patch) | |
tree | d0ddf096816794b4433c81151c3056f4a38099c1 | |
parent | 6299722c478234a759b1ce748436197ca1a17ebf (diff) |
Increment version to 2.4.222.4.22
For the upcoming 2.4.22 release.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 62db817b..179f29fd 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AC_PREREQ(2.60) -AC_INIT([libdrm], 2.4.21, [dri-devel@lists.sourceforge.net], libdrm) +AC_INIT([libdrm], 2.4.22, [dri-devel@lists.sourceforge.net], libdrm) AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) |