Bump version to 1.2

This commit is contained in:
Nedko Arnaudov 2024-03-26 23:50:09 +02:00
parent 36c8215978
commit 497decb295
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
project('ladish', 'c', 'cpp', project('ladish', 'c', 'cpp',
version : '0.3', version : '1.2',
license : 'MIT') license : 'MIT')
data_dir = get_option('prefix') / 'share' / 'ladish' data_dir = get_option('prefix') / 'share' / 'ladish'

View File

@ -7,7 +7,7 @@ from __future__ import with_statement
parallel_debug = False parallel_debug = False
APPNAME='ladish' APPNAME='ladish'
VERSION='1.1' VERSION='1.2'
DBUS_NAME_BASE = 'org.ladish' DBUS_NAME_BASE = 'org.ladish'
RELEASE = True RELEASE = True