diff --git a/meson.build b/meson.build index 1a1841ea..4485c91d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('ladish', 'c', 'cpp', - version : '0.3', + version : '1.2', license : 'MIT') data_dir = get_option('prefix') / 'share' / 'ladish' diff --git a/wscript b/wscript index d49bc193..eadc7207 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ from __future__ import with_statement parallel_debug = False APPNAME='ladish' -VERSION='1.1' +VERSION='1.2' DBUS_NAME_BASE = 'org.ladish' RELEASE = True