summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2019-01-25 09:18:10 +0200
committerTanu Kaskinen <tanuk@iki.fi>2019-01-25 09:18:10 +0200
commitf63c50b177cf275cc79fc5245e8a8b601b21bd1f (patch)
tree9d772c0fdad69a08ec4cea038fe5b0a068380b66
parent9928ba44de326c9bb8be3e14aed56b4c6dbbc3ab (diff)
prepare for releasing 1.1v1.1
-rw-r--r--doc/README.html.in2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index 916d522..38417f5 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -37,7 +37,7 @@ General Public License for more details.</p>
<h2><a name="news">News</a></h2>
-<div class="news-date">Soon: </div> <p class="news-text"><a
+<div class="news-date">Fri Jan 25 2019: </div> <p class="news-text"><a
href="@PACKAGE_URL@paprefs-1.1.tar.xz">Version 1.1</a> released; replace
dbus-glib and libdbus with gdbus, use module-combine-sink instead of
module-combine</p>
diff --git a/meson.build b/meson.build
index 480ca22..b2e8e68 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('paprefs', 'cpp',
license: 'GPL2+',
- version: '1.0',
+ version: '1.1',
meson_version: '>=0.40.1'
)