diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-02-10 14:41:02 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-02-10 14:41:02 -0500 |
commit | 524ce69bcb7e58f9f5bdf70f1e8a733c63c096f9 (patch) | |
tree | 11f3f33bf384d6270ee497d70386a50e885a4519 /docs | |
parent | c7d41ac54f5aff5e7dec95132308ff791c279151 (diff) | |
download | gtk+-524ce69bcb7e58f9f5bdf70f1e8a733c63c096f9.tar.gz |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/gtk/Makefile.am | 2 | ||||
-rw-r--r-- | docs/tools/Makefile.am | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/docs/reference/gdk/Makefile.am b/docs/reference/gdk/Makefile.am index 8a70de8c1a..8f4ad9e89f 100644 --- a/docs/reference/gdk/Makefile.am +++ b/docs/reference/gdk/Makefile.am @@ -44,7 +44,7 @@ INCLUDES = \ $(GTK_DEBUG_FLAGS) \ $(GDK_DEP_CFLAGS) -GTKDOC_LIBS = $(top_builddir)/gdk/libgdk-3.0.la $(GDK_DEP_LIBS) +GTKDOC_LIBS = $(top_builddir)/gdk/libgdk-3.la $(GDK_DEP_LIBS) # Extra options to supply to gtkdoc-mkdb MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=gdk diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 091f06d7b7..6a37a3cf02 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -106,7 +106,7 @@ CPPFLAGS += \ -UGTK_DISABLE_SINGLE_INCLUDES GTKDOC_LIBS = \ - $(top_builddir)/gtk/libgtk-3.0.la \ + $(top_builddir)/gtk/libgtk-3.la \ $(GTK_DEP_LIBS) 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 |