summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2018-09-26 09:19:47 -0400
committerRay Strode <rstrode@redhat.com>2018-09-26 09:20:27 -0400
commite9e4aaee8f487608771545bd6d36c005a691984b (patch)
treea6471f3fb78d8025984196a6182973999fcf87c2
parent6dfec47478fabfca6d7c9e2453ef4ad36b9bd575 (diff)
meson: rename tarball to accountsservice instead of AccountsService (oops)0.6.52
-rw-r--r--NEWS2
-rw-r--r--meson.build4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0e37331..6419ca7 100644
--- a/NEWS
+++ b/NEWS
@@ -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',