From bf7b30065fba2d9440b3755f44a02a2a84cf0e96 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 21 Mar 2023 13:22:51 -0700 Subject: build: use 1.99.x for 2.0 development Additionally, fix the things that break with that along the way. --- tests/libpeas/testing/testing.c | 2 +- tests/testing-util/testing-util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/libpeas/testing/testing.c b/tests/libpeas/testing/testing.c index 3bfa99e..7ceaf62 100644 --- a/tests/libpeas/testing/testing.c +++ b/tests/libpeas/testing/testing.c @@ -50,7 +50,7 @@ testing_init (int *argc, g_irepository_require_private (g_irepository_get_default (), BUILDDIR "/tests/libpeas/introspection", - "Introspection", VERSION_MAJOR_S, 0, &error); + "Introspection", API_VERSION_S, 0, &error); g_assert_no_error (error); initialized = TRUE; diff --git a/tests/testing-util/testing-util.c b/tests/testing-util/testing-util.c index 464460d..ab58eb9 100644 --- a/tests/testing-util/testing-util.c +++ b/tests/testing-util/testing-util.c @@ -211,7 +211,7 @@ testing_util_init (void) g_irepository_require_private (g_irepository_get_default (), BUILDDIR "/libpeas", - "Peas", VERSION_MAJOR_S, 0, &error); + "Peas", API_VERSION_S, 0, &error); g_assert_no_error (error); initialized = TRUE; -- cgit v1.2.1