Tag development

This commit is contained in:
Dave Davenport 2022-01-29 13:23:47 +01:00
parent c9ed935de4
commit 6014845e91
2 changed files with 2 additions and 2 deletions

View File

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