From 2b5c950f1bb9ecf1265fe9eec5e16d9a82d8c5e0 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Sat, 9 Dec 2023 23:25:19 -0800 Subject: [PATCH] Update version in meson thanks to new features in heckimp, --- app/pdb/image-cmds.c | 2 +- libpika/pika_pdb_headers.h | 2 +- meson.build | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/pdb/image-cmds.c b/app/pdb/image-cmds.c index 930702d..593bdf3 100644 --- a/app/pdb/image-cmds.c +++ b/app/pdb/image-cmds.c @@ -5101,7 +5101,7 @@ register_image_procs (PikaPDB *pdb) "pika-image-get-imported-file"); pika_procedure_set_static_help (procedure, "Returns the imported file for the specified image.", - "This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Pika format, this procedure returns %NULL.", + "This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Gimp format, this procedure returns %NULL.", NULL); pika_procedure_set_static_attribution (procedure, "Eric Grivel ", diff --git a/libpika/pika_pdb_headers.h b/libpika/pika_pdb_headers.h index 08df6d5..5876aea 100644 --- a/libpika/pika_pdb_headers.h +++ b/libpika/pika_pdb_headers.h @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include @@ -72,6 +71,7 @@ #include #include #include +#include #include #include #include diff --git a/meson.build b/meson.build index c4f2e3a..292fdd8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('pika', 'c', 'cpp', - version: '2.99.17', + version: '0.1.0.GnuImp2.99.70', #heckimp skip meson_version: '>=0.59.0', default_options: [ 'cpp_std=gnu++14', @@ -8,7 +8,7 @@ project('pika', ], ) -project_url = 'https://gitlab.gnome.org/GNOME/pika' +project_url = 'https://heckin.technology/AlderconeStudio/PIKApp' project_url_issues = project_url + '/issues/new' conf = configuration_data()