Commit 6b2cfda7 authored by David Flynn's avatar David Flynn
Browse files

release: update version to 1.0


git-svn-id: http://wg11.sc29.org/svn/repos/MPEG-I/Part5-PointCloudCompression/TM/TMC3/trunk@1341 94298a81-5874-47c9-aab8-bfb24faeed7f
parent eb7fc9f2
......@@ -8,8 +8,8 @@ endif()
include(CheckSymbolExists)
check_symbol_exists(getrusage sys/resource.h HAVE_GETRUSAGE)
set (TMC3_VERSION_MAJOR 0)
set (TMC3_VERSION_MINOR 1)
set (TMC3_VERSION_MAJOR 1)
set (TMC3_VERSION_MINOR 0)
configure_file (
"${CMAKE_CURRENT_SOURCE_DIR}/TMC3Config.h.in"
......
......@@ -42,7 +42,7 @@ using namespace std;
using namespace pcc;
int main(int argc, char *argv[]) {
std::cout << "tmc3 v" << TMC3_VERSION_MAJOR << "." << TMC3_VERSION_MAJOR << std::endl
std::cout << "tmc3 v" << TMC3_VERSION_MAJOR << "." << TMC3_VERSION_MINOR << std::endl
<< std::endl;
Parameters params;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment