We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c0062 commit bd746d9Copy full SHA for bd746d9
CMakeLists.txt
@@ -78,7 +78,7 @@ if(OVERRULED_VIEWERJS_VERSION)
78
set (VIEWERJS_VERSION ${OVERRULED_VIEWERJS_VERSION})
79
else()
80
# At this point, the version number that is used throughout is defined
81
- set(VIEWERJS_VERSION 0.5.8)
+ set(VIEWERJS_VERSION 0.5.9)
82
endif()
83
message(STATUS "Building ViewerJS version: ${VIEWERJS_VERSION}" )
84
@@ -112,7 +112,7 @@ endif()
112
## Build external projects
113
#########################################################
114
115
-set(WEBODF_VERSION v0.5.8)
+set(WEBODF_VERSION v0.5.9)
116
ExternalProject_Add(
117
WebODF
118
GIT_REPOSITORY https://github.com/kogmbh/WebODF.git
0 commit comments