summaryrefslogtreecommitdiff
path: root/tests/libpeas
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-21 13:22:51 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:45 -0700
commitbf7b30065fba2d9440b3755f44a02a2a84cf0e96 (patch)
tree0312f1a84b5f87d6584c4f27ea15aa5e6758131b /tests/libpeas
parentd49bcadf159501bec166304825047d2c1ea9b915 (diff)
downloadlibpeas-bf7b30065fba2d9440b3755f44a02a2a84cf0e96.tar.gz
build: use 1.99.x for 2.0 development
Additionally, fix the things that break with that along the way.
Diffstat (limited to 'tests/libpeas')
-rw-r--r--tests/libpeas/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
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;