From 524ce69bcb7e58f9f5bdf70f1e8a733c63c096f9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 10 Feb 2011 14:41:02 -0500 Subject: Bump the version to 3.0.0 At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0. --- docs/tools/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/tools') diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am index c4a1c8bfcb..03bef71df4 100644 --- a/docs/tools/Makefile.am +++ b/docs/tools/Makefile.am @@ -9,13 +9,13 @@ INCLUDES = \ $(GTK_DEP_CFLAGS) DEPS = \ - $(top_builddir)/gtk/libgtk-3.0.la + $(top_builddir)/gtk/libgtk-3.la LDADDS = \ - $(top_builddir)/gtk/libgtk-3.0.la \ - $(top_builddir)/gdk/libgdk-3.0.la \ - $(GTK_DEP_LIBS) \ - $(GDK_DEP_LIBS) \ + $(top_builddir)/gtk/libgtk-3.la \ + $(top_builddir)/gdk/libgdk-3.la \ + $(GTK_DEP_LIBS) \ + $(GDK_DEP_LIBS) \ -lm if USE_X11 -- cgit v1.2.1