Skip to content

Commit

Permalink
Update version to 2.4 in Makefile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rina23q committed Apr 1, 2020
1 parent 14d1d30 commit 26c5b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MQTT_SRC:=$(wildcard $(MQTT_SRC_DIR)/*.c)
LIB_DIR:=lib
LIBNAME:=libsera.so
SONAME:=$(LIBNAME).1
REALNAME:=$(SONAME).2.2.1
REALNAME:=$(SONAME).2.4

CPPFLAGS+=-Iinclude -DSR_SOCK_RXBUF_SIZE=$(SR_SOCK_RXBUF_SIZE)
CPPFLAGS+=-DSR_AGENT_VAL=$(SR_AGENT_VAL) -DSR_REPORTER_NUM=$(SR_REPORTER_NUM)
Expand Down

0 comments on commit 26c5b50

Please sign in to comment.