Skip to content

Commit

Permalink
OpenPose v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gineshidalgo99 committed Mar 24, 2018
1 parent 7af0e8e commit 3c08e5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion doc/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ OpenPose Library - Release Notes



## Current version (future OpenPose 1.3.0)
## OpenPose 1.3.0 (Mar 24, 2018)
1. Main improvements:
1. Output of `--write_json` uses less hard disk space (enters and tabs removed).
2. Removed Boost dependencies.
Expand Down Expand Up @@ -211,5 +211,12 @@ OpenPose Library - Release Notes



## Current version - future OpenPose 1.3.1
1. Main improvements:
2. Functions or parameters renamed:
3. Main bugs fixed:



## All OpenPose Versions
Download 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).
2 changes: 1 addition & 1 deletion include/openpose/core/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// OpenPose name and version
const std::string OPEN_POSE_NAME_STRING = "OpenPose";
const std::string OPEN_POSE_VERSION_STRING = "1.2.1";
const std::string OPEN_POSE_VERSION_STRING = "1.3.0";
const std::string OPEN_POSE_NAME_AND_VERSION = OPEN_POSE_NAME_STRING + " " + OPEN_POSE_VERSION_STRING;

#ifndef _WIN32
Expand Down
4 changes: 2 additions & 2 deletions ubuntu/Makefile.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ LIBRARY_NAME := $(PROJECT)
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 := 1
DYNAMIC_VERSION_MINOR := 3
DYNAMIC_VERSION_REVISION := 0
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)
Expand Down

0 comments on commit 3c08e5a

Please sign in to comment.