1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Bump to 1.7.8-dev release.

This commit is contained in:
Qball 2025-01-19 10:43:57 +01:00
parent 68a27ff317
commit 56fbb62bd3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
AC_INIT([rofi], [1.7.8], [https://github.com/davatorium/rofi/],[],[https://github.com/davatorium/rofi/discussions]) AC_INIT([rofi], [1.7.8-dev], [https://github.com/davatorium/rofi/],[],[https://github.com/davatorium/rofi/discussions])
AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])

View file

@ -1,5 +1,5 @@
project('rofi', 'c', project('rofi', 'c',
version: '1.7.8', version: '1.7.8-dev',
meson_version: '>=0.59.0', meson_version: '>=0.59.0',
license: [ 'MIT' ], license: [ 'MIT' ],
default_options: [ default_options: [