Update version in meson thanks to new features in heckimp,

This commit is contained in:
Cassowary 2023-12-09 23:25:19 -08:00
parent 1d7cab96bc
commit 2b5c950f1b
3 changed files with 4 additions and 4 deletions

View File

@ -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 <pika@lumenssolutions.com>",

View File

@ -47,7 +47,6 @@
#include <libpika/pikafont_pdb.h>
#include <libpika/pikafonts_pdb.h>
#include <libpika/pikafontselect_pdb.h>
#include <libpika/pikapikarc_pdb.h>
#include <libpika/pikagradient_pdb.h>
#include <libpika/pikagradients_pdb.h>
#include <libpika/pikagradientselect_pdb.h>
@ -72,6 +71,7 @@
#include <libpika/pikapattern_pdb.h>
#include <libpika/pikapatterns_pdb.h>
#include <libpika/pikapatternselect_pdb.h>
#include <libpika/pikapikarc_pdb.h>
#include <libpika/pikaprogress_pdb.h>
#include <libpika/pikaresource_pdb.h>
#include <libpika/pikaselection_pdb.h>

View File

@ -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()