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

Set things ready for 1.7.7 development.

Add website entry.
This commit is contained in:
Qball 2024-12-27 11:16:27 +01:00
parent 554c0d6d49
commit 33a50843f7
3 changed files with 10 additions and 2 deletions

View file

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

View file

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

View file

@ -22,6 +22,14 @@ nav:
- Script: current/rofi-script.5.markdown
- Debugging: current/rofi-debugging.5.markdown
- Keys: current/rofi-keys.5.markdown
- Thumbnails: current/rofi-thumbnails.5.markdown
- 1.7.6:
- Rofi: 1.7.6/rofi.1.markdown
- Themes: 1.7.6/rofi-theme.5.markdown
- Dmenu: 1.7.6/rofi-dmenu.5.markdown
- Script: 1.7.6/rofi-script.5.markdown
- Debugging: 1.7.6/rofi-debugging.5.markdown
- Keys: 1.7.6/rofi-keys.5.markdown
- 1.7.5:
- Rofi: 1.7.5/rofi.1.markdown
- Themes: 1.7.5/rofi-theme.5.markdown