Skip to content

Commit c9ed935

Browse files
committed
Version 1.7.3
1 parent 179c295 commit c9ed935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([rofi], [1.7.2-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
1+
AC_INIT([rofi], [1.7.3], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
22

33
AC_CONFIG_SRCDIR([source/rofi.c])
44
AC_CONFIG_HEADER([config.h])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('rofi', 'c',
2-
version: '1.7.2-dev',
2+
version: '1.7.3',
33
meson_version: '>=0.47.0',
44
license: [ 'MIT' ],
55
default_options: [

0 commit comments

Comments
 (0)