diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-04-02 13:46:41 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-04-02 13:46:41 -0700 |
commit | c7650003c52ee29b7fa5ebf20dd134079f0b8488 (patch) | |
tree | e5f0ba6d822ebedb8f9b7fee82134b092bb75112 | |
parent | cc20ed8100834b7a5129ed403dee6c0e15d82cd1 (diff) |
libdrm: bump version number to 2.4.20 for release2.4.20
A few good fixes landed, get them out there.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6ef3c614..fcfd07ba 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.19, [dri-devel@lists.sourceforge.net], libdrm) +AC_INIT([libdrm], 2.4.20, [dri-devel@lists.sourceforge.net], libdrm) AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) |