Skip to content

Commit

Permalink
Update version string to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofg55 committed May 28, 2018
1 parent 82f423e commit 7171340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)

set(OAML_VERSION_MAJOR 1)
set(OAML_VERSION_MINOR 3)
set(OAML_VERSION_PATCH 2)
set(OAML_VERSION_PATCH 3)

if (${CMAKE_MAJOR_VERSION} LESS 3)
project (oaml)
Expand Down
2 changes: 1 addition & 1 deletion src/oamlBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ oamlBase::~oamlBase() {
}

const char *oamlBase::GetVersion() {
return "1.3.2";
return "1.3.3";
}

#ifdef __HAVE_RTAUDIO
Expand Down

0 comments on commit 7171340

Please sign in to comment.