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

This commit is contained in:
Jehan 2025-02-10 00:37:46 +01:00
parent c69f050d2c
commit ed243e3829
1 changed files with 1 additions and 1 deletions

View File

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