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 /gtk+-3.0.pc.in | |
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 'gtk+-3.0.pc.in')
-rw-r--r-- | gtk+-3.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk+-3.0.pc.in b/gtk+-3.0.pc.in index cc318822a8..d5d83939e1 100644 --- a/gtk+-3.0.pc.in +++ b/gtk+-3.0.pc.in @@ -11,5 +11,5 @@ Name: GTK+ Description: GTK+ Graphical UI Library Version: @VERSION@ Requires: gdk-@GTK_API_VERSION@ @GTK_PACKAGES@ -Libs: -L${libdir} -lgtk-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@ +Libs: -L${libdir} -lgtk-3 @GTK_EXTRA_LIBS@ Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GTK_EXTRA_CFLAGS@ -DGSEAL_ENABLE |