diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-03-17 12:01:19 +0100 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-03-17 12:01:19 +0100 |
commit | 9eb59b445384c3810a13e14cc0d4cb1665dfc61b (patch) | |
tree | 7a50b33f4feeacfe6b0ad4c4c1d456f181856759 /tools/test_scripts/testheaders.sh | |
parent | c095eeaee5d498b26ff4fb59a97b1b4c3c7951b7 (diff) | |
download | glibmm-9eb59b445384c3810a13e14cc0d4cb1665dfc61b.tar.gz |
Change the ABI to glibmm-2.62
So we can use the 2.60 version numbers for stable releases in the
glibmm-2.4 ABI series.
We don't need to release a stable ABI-parallel glibmm until we need
to release gtkmm 4.0, and that won't happen until GTK 4.0.0 happens.
We've done similar ABI name changes several times before.
Diffstat (limited to 'tools/test_scripts/testheaders.sh')
-rwxr-xr-x | tools/test_scripts/testheaders.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/test_scripts/testheaders.sh b/tools/test_scripts/testheaders.sh index d58fb86f..5cd88df1 100755 --- a/tools/test_scripts/testheaders.sh +++ b/tools/test_scripts/testheaders.sh @@ -5,9 +5,9 @@ # files that it depends on. # Example: In glibmm, go to directory glibmm, and run -# tools/test_scripts/testheaders.sh -I glib glibmm-2.60 gio # compile glibmm/gio/giomm/*.h -# tools/test_scripts/testheaders.sh glibmm-2.60 glib gio # compile glibmm/glib/glibmm/*.h and glibmm/gio/giomm/*.h -# tools/test_scripts/testheaders.sh -I glib -I gio glibmm-2.60 glib/glibmm/ustring.h # compile glibmm/glib/glibmm/ustring.h +# tools/test_scripts/testheaders.sh -I glib glibmm-2.62 gio # compile glibmm/gio/giomm/*.h +# tools/test_scripts/testheaders.sh glibmm-2.62 glib gio # compile glibmm/glib/glibmm/*.h and glibmm/gio/giomm/*.h +# tools/test_scripts/testheaders.sh -I glib -I gio glibmm-2.62 glib/glibmm/ustring.h # compile glibmm/glib/glibmm/ustring.h # Usage: testheaders.sh [-I<dir>]... <pkg> [<dir> | <file>]... # -I<dir> is added to the g++ command. |