Skip to content

Commit 4f5dbe4

Browse files
committed
Bump to version 0.2.0 and tie it to PDF.js commit
0fc8bac7c0e27b9d164078c6c41e8e5eee138b33
1 parent 1af57e2 commit 4f5dbe4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project (Viewer.js)
3535
cmake_minimum_required(VERSION 2.8.6)
3636

3737
# At this point, the version number that is used throughout is defined
38-
set(VIEWERJS_VERSION 0.1.0)
38+
set(VIEWERJS_VERSION 0.2.0)
3939

4040
if (CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
4141
message(FATAL_ERROR "Compiling in the source directory is not supported. Use for example 'mkdir build; cd build; cmake ..'.")
@@ -63,6 +63,7 @@ SET ( WEBODF_SOURCE_DIR ${CMAKE_BINARY_DIR}/WebODF-source )
6363
ExternalProject_Add(
6464
WebODF
6565
GIT_REPOSITORY https://git.gitorious.org/webodf/webodf.git
66+
GIT_TAG 0fc8bac7c0e27b9d164078c6c41e8e5eee138b33
6667
SOURCE_DIR ${WEBODF_SOURCE_DIR}
6768
UPDATE_COMMAND git pull origin master
6869
BUILD_COMMAND make viewerbuilddir-target

0 commit comments

Comments
 (0)