Update version in meson thanks to new features in heckimp,

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

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