File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ OpenPose Library - Release Notes
168168
169169
170170
171- ## Current version (future OpenPose 1.3.0)
171+ ## OpenPose 1.3.0 (Mar 24, 2018 )
1721721 . Main improvements:
173173 1 . Output of ` --write_json ` uses less hard disk space (enters and tabs removed).
174174 2 . Removed Boost dependencies.
@@ -211,5 +211,12 @@ OpenPose Library - Release Notes
211211
212212
213213
214+ ## Current version - future OpenPose 1.3.1
215+ 1 . Main improvements:
216+ 2 . Functions or parameters renamed:
217+ 3 . Main bugs fixed:
218+
219+
220+
214221## All OpenPose Versions
215222Download and/or check any OpenPose version from [ https://github.com/CMU-Perceptual-Computing-Lab/openpose/releases ] ( https://github.com/CMU-Perceptual-Computing-Lab/openpose/releases ) .
Original file line number Diff line number Diff line change 88
99// OpenPose name and version
1010const std::string OPEN_POSE_NAME_STRING = " OpenPose" ;
11- const std::string OPEN_POSE_VERSION_STRING = " 1.2.1 " ;
11+ const std::string OPEN_POSE_VERSION_STRING = " 1.3.0 " ;
1212const std::string OPEN_POSE_NAME_AND_VERSION = OPEN_POSE_NAME_STRING + " " + OPEN_POSE_VERSION_STRING;
1313
1414#ifndef _WIN32
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ LIBRARY_NAME := $(PROJECT)
3333LIB_BUILD_DIR := $(BUILD_DIR)/lib
3434STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
3535DYNAMIC_VERSION_MAJOR := 1
36- DYNAMIC_VERSION_MINOR := 2
37- DYNAMIC_VERSION_REVISION := 1
36+ DYNAMIC_VERSION_MINOR := 3
37+ DYNAMIC_VERSION_REVISION := 0
3838DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
3939#DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
4040DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)
You can’t perform that action at this time.
0 commit comments