From 5bce3a688194054009410fc22dec0a23a8f86f39 Mon Sep 17 00:00:00 2001 From: Nico Sonack Date: Mon, 18 Jul 2022 21:15:52 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d394ad3..5810db51 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROGS = gcli LIBS = libgcli.a -GCLI_VERSION = 0.9.1-beta +GCLI_VERSION = 0.9.2-beta # These and LDFLAGS can be overwritten CFLAGS = -std=iso9899:1999 \ -Ithirdparty/pdjson/ \