1
0
mirror of https://github.com/GNOME/gedit synced 2024-06-30 23:15:01 +00:00

Bump version to 48

This commit is contained in:
Sébastien Wilmet 2024-06-18 18:03:53 +02:00
parent 327ecf0617
commit 11a44459db

View File

@ -1,6 +1,6 @@
project( project(
'gedit', 'c', 'gedit', 'c',
version: '47.1', version: '48.alpha',
meson_version: '>= 0.59', meson_version: '>= 0.59',
default_options: ['warning_level=2'] default_options: ['warning_level=2']
) )
@ -15,7 +15,7 @@ pkg_config = import('pkgconfig')
python = import('python') python = import('python')
fs = import('fs') fs = import('fs')
api_version = '47' api_version = '48'
##### #####
# CFLAGS # CFLAGS