summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-01-29 13:23:05 +0100
committerDave Davenport <qball@blame.services>2022-01-29 13:23:05 +0100
commitc9ed935de4accff09a54c3aaeeda1e544ce7f7fa (patch)
tree3696ff25b9200acd5aa3f507f494c037e3a89242
parent179c295ee032ab5ec14b59923f0abbceb87ba765 (diff)
Version 1.7.31.7.3
-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 4a2afb7c..2ec8644f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.7.2-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.7.3], [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 9ceb6ab7..d1319c91 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.7.2-dev',
+ version: '1.7.3',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [