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

Update version in configure.ac to 1.6.0-dev

This commit is contained in:
Dave Davenport 2020-09-06 20:43:22 +02:00
parent 12f4e3a1cb
commit 34bb919762

View file

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