From 374d4be9d7f5a7d3dcae3925e8192c6b5c97eee0 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 18 Mar 2018 12:50:38 +0100 Subject: Release 1.5.1 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f71dafc7..7b1f4423 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.5.0-dev], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/]) +AC_INIT([rofi], [1.5.1], [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 c5cfbe53..e897a796 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('rofi', 'c', - version: '1.5.0-dev', + version: '1.5.1', meson_version: '>=0.39.1', license: [ 'MIT' ], default_options: [ -- cgit v1.2.3