Skip to content

Commit

Permalink
#release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenfan committed Aug 10, 2016
1 parent 3f3b0d2 commit b1d13c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bouncer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
add_subdirectory(src)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 1_0)
set(VERSION_MINOR 2_0)

include_directories(${Boost_INCLUDE_DIRS} ${MONGO_INCLUDE_DIR} ${ASSIMP_INCLUDE_DIR} src)
add_definitions(-DREPO_API_LIBRARY)
Expand Down
2 changes: 1 addition & 1 deletion bouncer/src/repo/repo_bouncer_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

//------------------------------------------------------------------------------
#define BOUNCER_VMAJOR 1
#define BOUNCER_VMINOR "1.0"
#define BOUNCER_VMINOR "2.0"
//
2 changes: 1 addition & 1 deletion tools/release/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3D Repo Bouncer Library v1.1.0
3D Repo Bouncer Library v1.2.0

This is the internal library used for 3D Repo GUI.

Expand Down

0 comments on commit b1d13c4

Please sign in to comment.