Set things ready for 1.7.7 development.
Add website entry.
This commit is contained in:
@@ -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_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.6',
|
version: '1.7.6-dev',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
license: [ 'MIT' ],
|
license: [ 'MIT' ],
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@@ -22,6 +22,14 @@ nav:
|
|||||||
- Script: current/rofi-script.5.markdown
|
- Script: current/rofi-script.5.markdown
|
||||||
- Debugging: current/rofi-debugging.5.markdown
|
- Debugging: current/rofi-debugging.5.markdown
|
||||||
- Keys: current/rofi-keys.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:
|
- 1.7.5:
|
||||||
- Rofi: 1.7.5/rofi.1.markdown
|
- Rofi: 1.7.5/rofi.1.markdown
|
||||||
- Themes: 1.7.5/rofi-theme.5.markdown
|
- Themes: 1.7.5/rofi-theme.5.markdown
|
||||||
|
Reference in New Issue
Block a user