mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 14:24:27 +00:00
Setup dev. version.
This commit is contained in:
parent
35d2c341c8
commit
23887a9eee
3 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
v1.5.5: (unreleased)
|
||||
v1.5.4: Painful tardiness
|
||||
- SSH: Fix wrong malloc size, causing crash.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([rofi], [1.5.4], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
|
||||
AC_INIT([rofi], [1.5.4-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
|
||||
|
||||
AC_CONFIG_SRCDIR([source/rofi.c])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('rofi', 'c',
|
||||
version: '1.5.4',
|
||||
version: '1.5.4-dev',
|
||||
meson_version: '>=0.47.0',
|
||||
license: [ 'MIT' ],
|
||||
default_options: [
|
||||
|
|
Loading…
Reference in a new issue