diff --git a/Makefile b/Makefile index 25be7c891e84ef25bc9412a0c354b92f3b978926..8ae7373d3363f80e38d3a7fe8d0752d3fbadcd75 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a DYNAMIC_VERSION_MAJOR := 1 DYNAMIC_VERSION_MINOR := 2 -DYNAMIC_VERSION_REVISION := 0 +DYNAMIC_VERSION_REVISION := 1 DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so #DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR) DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION) diff --git a/doc/release_notes.md b/doc/release_notes.md index 4277aa9ea8dfa9274b046b690a898fd1408d9d6f..94e595782a3e4c57f0e342f7a7365de7ff234b9d 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -151,7 +151,7 @@ OpenPose Library - Release Notes -## Current version (future OpenPose 1.2.1) +## OpenPose 1.2.1 (Jan 9, 2018) 1. Main improvements: 1. Heatmaps can be saved in floating format. 2. More efficient non-processing version (i.e., if all keypoint extractors are disabled, and only image extraction and display/saving operations are performed). @@ -165,3 +165,7 @@ OpenPose Library - Release Notes 1. Render working on images > 4K (#324). 2. Cleaned redundant arguments on `getAverageScore` and `getKeypointsArea`. 3. Slight speed up when heatmaps must be returned to the user (not doing a double copy anymore). + + + +## Current version (future OpenPose 1.3.0) diff --git a/src/openpose/gui/gui.cpp b/src/openpose/gui/gui.cpp index 7e426be50fedc09e2decfdf6bb61674ad072df54..668b497ffa0f40322964b2758f280db94e924c6e 100644 --- a/src/openpose/gui/gui.cpp +++ b/src/openpose/gui/gui.cpp @@ -7,7 +7,7 @@ namespace op { - const std::string OPEN_POSE_TEXT{"OpenPose 1.2.0"}; + const std::string OPEN_POSE_TEXT{"OpenPose 1.2.1"}; inline void showGuiHelp() { diff --git a/windows/OpenPose/OpenPose.vcxproj b/windows/OpenPose/OpenPose.vcxproj index ec4d76cd1c507cf1f6eab0e5d90447e7efb19b0d..4b1aa3c82762c1813cb44bd6cc8ece39741129d2 100644 --- a/windows/OpenPose/OpenPose.vcxproj +++ b/windows/OpenPose/OpenPose.vcxproj @@ -64,7 +64,7 @@ $(CUDA_PATH_V8_0)\lib\x64\;$(PYTHON_LIB);$(CudaToolkitLibDir);%(AdditionalLibraryDirectories);%(AdditionalLibraryDirectories); - 1.2.0 + 1.2