mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Setup dev for next release.
This commit is contained in:
parent
19279f5a42
commit
aacb570850
3 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
v1.5.3: (unreleased)
|
||||||
|
|
||||||
v1.5.2: Procrastination in progress
|
v1.5.2: Procrastination in progress
|
||||||
- Clearify Check dependency. (#879)
|
- Clearify Check dependency. (#879)
|
||||||
- Add option to change negate character. (#877)
|
- Add option to change negate character. (#877)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([rofi], [1.5.2], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
|
AC_INIT([rofi], [1.5.2-dev], [https://github.com/DaveDavenport/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.5.2',
|
version: '1.5.2-dev',
|
||||||
meson_version: '>=0.47.0',
|
meson_version: '>=0.47.0',
|
||||||
license: [ 'MIT' ],
|
license: [ 'MIT' ],
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
Loading…
Reference in a new issue