Skip to content

Commit 761dee8

Browse files
committed
Add VERSION file in root dir directory and upgrade version to 1.23.
1 parent e14457f commit 761dee8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.23

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PREFIX_LIB=${PREFIX}/lib
2020
PREFIX_INCLUDE=/usr/local/include
2121
PREFIX_BIN=/usr/local/bin
2222
F-STACK_CONF=/etc/f-stack.conf
23-
F-STACK_VERSION=1.22
23+
F-STACK_VERSION=1.23
2424
TGT_OS=$(shell uname)
2525
ifeq ($(TGT_OS),FreeBSD)
2626
CC=gcc

0 commit comments

Comments
 (0)