summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-11-30 18:39:30 +0000
committerAdam Jackson <ajax@nwnk.net>2005-11-30 18:39:30 +0000
commit5f4f03d8c9fda330e1357a20461b07129e0d249a (patch)
tree7c32980689dab11f5527a0d06a5ab6d37f70f349
parent987aab01d53422a4a86b6747bee100fc2befe0c0 (diff)
Bump package and DSO numbers to 2.0libdrm-2_0_0libdrm-2_0-branch
-rw-r--r--configure.ac2
-rw-r--r--libdrm/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7e567d40..3c5da6f4 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.57)
-AC_INIT([libdrm], 1.0.5, [dri-devel@lists.sourceforge.net], libdrm)
+AC_INIT([libdrm], 2.0, [dri-devel@lists.sourceforge.net], libdrm)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/libdrm/Makefile.am b/libdrm/Makefile.am
index db8778f1..e3d2b447 100644
--- a/libdrm/Makefile.am
+++ b/libdrm/Makefile.am
@@ -20,7 +20,7 @@
libdrm_la_LTLIBRARIES = libdrm.la
libdrm_ladir = $(libdir)
-libdrm_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+libdrm_la_LDFLAGS = -version-number 2:0:0 -no-undefined
AM_CFLAGS = -I$(top_srcdir)/shared-core
libdrm_la_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c