Skip to content

Commit

Permalink
autogen VERSION.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
0u812 committed Jun 25, 2015
1 parent 7108dfd commit dca02dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,12 @@ foreach(runtime ${RUNTIMES})
endforeach()
endif()

configure_file(VERSION.txt.in VERSION.txt @ONLY)

install(
FILES
NOTICE.txt
VERSION.txt
${CMAKE_CURRENT_BINARY_DIR}/VERSION.txt
NEWS.txt
DESTINATION .
)
Expand Down
1 change: 0 additions & 1 deletion VERSION.txt

This file was deleted.

1 change: 1 addition & 0 deletions VERSION.txt.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@ROADRUNNER_VERSION@

0 comments on commit dca02dc

Please sign in to comment.