meson.build: post-release version bump to 3.0.0-RC2+git.

This commit is contained in:
Jehan 2024-12-27 22:51:50 +01:00
parent 541e7446ce
commit 5434fb6e30

View file

@ -1,6 +1,6 @@
project('gimp',
'c', 'cpp',
version: '3.0.0-RC2',
version: '3.0.0-RC2+git',
meson_version: '>=0.61.0',
default_options: [
'cpp_std=gnu++14',