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 /README.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 'README.in')
-rw-r--r-- | README.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,3 +39,8 @@ Release notes for 3.0 Or online at: http://library.gnome.org/devel/gtk/3.0/migrating.html + +* Note that the library sonames in this release have been changed from + libgtk-3.0 and libgdk-3.0 to libgtk-3 and libgdk-3, to prevent the + library versions from going backwards, compared to the 2.90/91/99 + releases. Applications will have to be recompiled. |