Skip to content

Commit

Permalink
Updated version number and WebODF to 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Haas committed Nov 10, 2015
1 parent a5d0aa0 commit 33d0fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if(OVERRULED_VIEWERJS_VERSION)
set (VIEWERJS_VERSION ${OVERRULED_VIEWERJS_VERSION})
else()
# At this point, the version number that is used throughout is defined
set(VIEWERJS_VERSION 0.5.9)
set(VIEWERJS_VERSION 0.5.10)
endif()
message(STATUS "Building ViewerJS version: ${VIEWERJS_VERSION}" )

Expand Down Expand Up @@ -112,7 +112,7 @@ endif()
## Build external projects
#########################################################

set(WEBODF_VERSION v0.5.9)
set(WEBODF_VERSION v0.5.10)
ExternalProject_Add(
WebODF
GIT_REPOSITORY https://github.com/kogmbh/WebODF.git
Expand Down

0 comments on commit 33d0fa3

Please sign in to comment.