Setup dev. version.

This commit is contained in:
Dave Davenport 2019-06-26 21:34:39 +02:00
parent 35d2c341c8
commit 23887a9eee
3 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
v1.5.5: (unreleased)
v1.5.4: Painful tardiness
- SSH: Fix wrong malloc size, causing crash.

View file

@ -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])

View file

@ -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: [