Skip to content

Commit

Permalink
update tcamake version (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarland authored Feb 19, 2024
1 parent 91578c6 commit d792fe4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04
LABEL Description="CPP Build Environment"

ARG TCAMAKE_VERSION=v23.08.28
ARG TCAMAKE_VERSION=v24.02.19

ENV HOME /root
ENV TCAMAKE_PROJECT /opt
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ all: lib cmdbuf libtcapt
lib: arlib

arlib: lib/libtcanetpp.a
solib: libtcanetpp.so.1.5.0
solib: libtcanetpp.so.1.5.1
libtcapt: lib/libtcapt.a

cmdbuffer: cmdbuf
cmdbuf: libcmdbuf
libcmdbuf: lib/libcmdbuf.a

libtcanetpp.so.1.5.0: ${OBJS}
libtcanetpp.so.1.5.1: ${OBJS}
( $(MKDIR) lib )
( $(RM) $@ lib/libtcanetpp.so )
$(make-so-rule)
Expand Down
2 changes: 1 addition & 1 deletion include/tcanetpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
#include "event/EventManager.h"

#define TCANETPP_VERSION_TS "24.02"
#define TCANETPP_VERSION "1.5.0"
#define TCANETPP_VERSION "1.5.1"

#endif _TCANETPP_H_

0 comments on commit d792fe4

Please sign in to comment.