summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-11-30 18:44:54 +0000
committerAdam Jackson <ajax@nwnk.net>2005-11-30 18:44:54 +0000
commit7d735a8c9fde5fe4401067791926bdae16473587 (patch)
treef921388e0f4ca66e4dde6cf88a68055d0cb4bf77
parentf28dddb5515cb1c16f8c29e025195ea29d9f01d4 (diff)
Bump package and DSO numbers to 2.0 to reflect 32/64 ABI change
-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