summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2018-07-29 19:28:07 +0300
committerTanu Kaskinen <tanuk@iki.fi>2018-07-29 19:28:07 +0300
commit9963030dc010ee691c4f15fe22d78bcd4beb198a (patch)
treee857c216cb9143af86a83772ba0d4d397a1a9548
parent2949871d8d56020099f0c02bfcd643d3791d77b9 (diff)
prepare for releasing 1.0v1.0
-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 81dc09b..6184849 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">Sun Jul 29 2018: </div> <p class="news-text"><a
href="@PACKAGE_URL@paprefs-1.0.tar.xz">Version 1.0</a> released; replace GConf
with GSettings, port from GTK 2 to GTK 3, change build system from Autotools to
Meson, add support for fixed RTP port, add Croatian translation</p>
diff --git a/meson.build b/meson.build
index d2d002e..a762731 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('paprefs', 'cpp',
license: 'GPL2+',
- version: '0.9.10',
+ version: '1.0',
meson_version: '>=0.40.1'
)