summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-29 11:10:54 +0200
committerDave Davenport <DaveDavenport@users.noreply.github.com>2021-08-29 11:16:59 +0200
commit583a104be92421feb00031f2d72bad142cb7c4db (patch)
tree72e937bbda1181a6efa03744c8796d80e90f6188
parentf09fa79687399dcc63f118d50b0189a7c02a7431 (diff)
Bump version to 1.7.0master
-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 f07bbcfe..87ba0ed0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.6.1-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.7.0], [https://github.com/davatorium/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 b31d753b..6e1105a2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.6.1-dev',
+ version: '1.7.0',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [