summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-12-30 13:14:51 +0100
committerDave Davenport <qball@gmpclient.org>2018-12-30 13:14:51 +0100
commit19279f5a426b437ee1534ee336d33383d3bdd318 (patch)
treea8413c375b0f1729a8d34f31cfe7c2041f2826da
parent7a5af2a0e6514ff59e4b4a9cbaa992a88de02b45 (diff)
Release 1.5.21.5.2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0f2ff217..6725c9ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.5.1-dev], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.5.2], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
diff --git a/meson.build b/meson.build
index 463069ae..3020de0b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.5.1-dev',
+ version: '1.5.2',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [