Skip to content

Commit fc35c66

Browse files
committed
Release 1.7.9.1
1 parent 3844a9c commit fc35c66

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.9-dev], [https://github.com/davatorium/rofi/],[],[https://github.com/davatorium/rofi/discussions])
1+
AC_INIT([rofi], [1.7.9.1], [https://github.com/davatorium/rofi/],[],[https://github.com/davatorium/rofi/discussions])
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.9-dev',
2+
version: '1.7.9.1',
33
meson_version: '>=0.59.0',
44
license: [ 'MIT' ],
55
default_options: [

0 commit comments

Comments
 (0)