1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04:00

Tag as dev version.

This commit is contained in:
Dave Davenport 2018-02-01 22:01:01 +01:00
parent 9a34d89e51
commit f0ba23a489
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
AC_INIT([rofi], [1.5.0], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/]) AC_INIT([rofi], [1.5.0-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])

View file

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