Bump package and DSO numbers to 2.0 to reflect 32/64 ABI change
authorAdam Jackson <ajax@nwnk.net>
Wed, 30 Nov 2005 18:44:54 +0000 (18:44 +0000)
committerAdam Jackson <ajax@nwnk.net>
Wed, 30 Nov 2005 18:44:54 +0000 (18:44 +0000)
configure.ac
libdrm/Makefile.am

index 7e567d4..3c5da6f 100644 (file)
@@ -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])
 
index db8778f..e3d2b44 100644 (file)
@@ -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