1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

Bump version to 1.7.2-dev

This commit is contained in:
Dave Davenport 2021-11-30 18:59:35 +01:00
parent 9bbfa7c51b
commit 6cefde70d7
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
AC_INIT([rofi], [1.7.2], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/]) AC_INIT([rofi], [1.7.2-dev], [https://github.com/davatorium/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.7.2', version: '1.7.2-dev',
meson_version: '>=0.47.0', meson_version: '>=0.47.0',
license: [ 'MIT' ], license: [ 'MIT' ],
default_options: [ default_options: [