diff options
author | Carl Worth <cworth@cworth.org> | 2010-02-16 12:12:41 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-02-16 12:12:41 -0800 |
commit | 2d9990c7e8020d28fec4f581493696087def904f (patch) | |
tree | 6dd268fc9aa708cfa1b04f26565c866ae2523ef8 | |
parent | 88e8a8bbaf026aa10225880001ab7ca1c392168a (diff) |
Increment version to 2.4.18 for release.2.4.18
The primary motivation of the release is the bug fix in commit
4f0f871730b76730ca58209181d16725b0c40184
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 185579cd..f152f242 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.17, [dri-devel@lists.sourceforge.net], libdrm) +AC_INIT([libdrm], 2.4.18, [dri-devel@lists.sourceforge.net], libdrm) AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) |