Add VERSION file in root dir directory and upgrade version to 1.23.

This commit is contained in:
fengbojiang 2023-02-15 19:21:58 +08:00
parent e14457fdc5
commit 761dee801d
2 changed files with 2 additions and 1 deletions

1
VERSION Normal file
View File

@ -0,0 +1 @@
1.23

View File

@ -20,7 +20,7 @@ PREFIX_LIB=${PREFIX}/lib
PREFIX_INCLUDE=/usr/local/include
PREFIX_BIN=/usr/local/bin
F-STACK_CONF=/etc/f-stack.conf
F-STACK_VERSION=1.22
F-STACK_VERSION=1.23
TGT_OS=$(shell uname)
ifeq ($(TGT_OS),FreeBSD)
CC=gcc