diff --git a/debian/changelog b/debian/changelog index 918d45d..55b1d31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -writeas-gtk (0.1.0) precise; urgency=low +writeas-gtk (1.0.0) precise; urgency=low * Initial Release. -- Write.as Wed, 18 Apr 2018 14:20:25 +1200 diff --git a/meson.build b/meson.build index 31e5436..52a9fc3 100644 --- a/meson.build +++ b/meson.build @@ -1,13 +1,13 @@ project('writeas-gtk', ['vala', 'c'], - version: '0.1', + version: '1.0.0-beta', license: 'GPL', meson_version: '>=0.40.1') i18n = import('i18n') conf = configuration_data() conf.set_quoted('GETTEXT_PACKAGE', meson.project_name()) configure_file(output: 'config.h', configuration: conf) config_h_dir = include_directories('.') subdir('data') subdir('src')