diff options
author | Ray Strode <rstrode@redhat.com> | 2018-09-26 09:19:47 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2018-09-26 09:20:27 -0400 |
commit | e9e4aaee8f487608771545bd6d36c005a691984b (patch) | |
tree | a6471f3fb78d8025984196a6182973999fcf87c2 | |
parent | 6dfec47478fabfca6d7c9e2453ef4ad36b9bd575 (diff) |
meson: rename tarball to accountsservice instead of AccountsService (oops)0.6.52
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | meson.build | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Changes in 0.6.51 +Changes in 0.6.52 ================= * migrate to meson and gettext (instead of autogoo and intltool) * add code of conduct diff --git a/meson.build b/meson.build index b339875..8ab4d89 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( - 'AccountsService', 'c', - version: '0.6.51', + 'accountsservice', 'c', + version: '0.6.52', license: 'GPL3+', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.46.0', |