mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 04:13:03 +00:00
1.7.5 release.
This commit is contained in:
parent
5673cf36a4
commit
9963df114b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([rofi], [1.7.4-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
|
AC_INIT([rofi], [1.7.5], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([source/rofi.c])
|
AC_CONFIG_SRCDIR([source/rofi.c])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('rofi', 'c',
|
project('rofi', 'c',
|
||||||
version: '1.7.4-dev',
|
version: '1.7.5',
|
||||||
meson_version: '>=0.47.0',
|
meson_version: '>=0.47.0',
|
||||||
license: [ 'MIT' ],
|
license: [ 'MIT' ],
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
Loading…
Reference in a new issue