Skip to content

Commit

Permalink
Updated version in nabo/nabo.h to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesSommer committed Mar 6, 2015
1 parent 520378e commit 2df86e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nabo/nabo.h
Expand Up @@ -210,9 +210,9 @@ namespace Nabo
//@{

//! version of the Nabo library as string
#define NABO_VERSION "1.0.5"
#define NABO_VERSION "1.0.6"
//! version of the Nabo library as an int
#define NABO_VERSION_INT 10005
#define NABO_VERSION_INT 10006

//! Parameter vector
struct Parameters: public std::map<std::string, boost::any>
Expand Down

0 comments on commit 2df86e0

Please sign in to comment.