mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
1.7.4 release
This commit is contained in:
parent
2cef4fd454
commit
48ea818c69
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([rofi], [1.7.3-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
|
AC_INIT([rofi], [1.7.4], [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.3-dev',
|
version: '1.7.4',
|
||||||
meson_version: '>=0.47.0',
|
meson_version: '>=0.47.0',
|
||||||
license: [ 'MIT' ],
|
license: [ 'MIT' ],
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# 1.7.4:
|
# 1.7.4: Preshellected Optimizations
|
||||||
|
|
||||||
Another maintenance and small features expansion release. A lot of small
|
Another maintenance and small features expansion release. A lot of small
|
||||||
annoyances have been fixed and ignored errors are now more visually flagged to
|
annoyances have been fixed and ignored errors are now more visually flagged to
|
||||||
|
|
Loading…
Reference in a new issue