Skip to content

Commit

Permalink
Update version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rina23q committed Jul 22, 2020
1 parent fdb9281 commit a85b670
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PROJECT_NAME = "Cumulocity C++ SmartREST Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.5
PROJECT_NUMBER = 2.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
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.5
REALNAME:=$(SONAME).2.6

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
2 changes: 1 addition & 1 deletion doc/title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
\rule{12cm}{2pt}\vspace{4ex}
{\Huge \bfseries SmartREST C++ Library }\\[6ex]
{\huge Developer's Guide}\\[5ex]
{\LARGE Version 2.5}\\[2ex]
{\LARGE Version 2.6}\\[2ex]
\rule{12cm}{1pt}\vspace{20ex}
{\large Xinlei Cao}\\[4ex]
{\large \href{mailto:support@cumulocity.com}{support@cumulocity.com}}\\[4ex]
Expand Down

0 comments on commit a85b670

Please sign in to comment.