From 6bcb2ffe2ba5d5114d3466fe1aeadeeb09ac4bac Mon Sep 17 00:00:00 2001 From: Omar Moreno Date: Wed, 16 Dec 2015 17:27:11 -0800 Subject: [PATCH 1/2] Update release version to v0.10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53d28c4..2818250 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Alternatively, a release can be downloaded and untarred by issuing the following commands from a terminal wget https://github.com/omar-moreno/hps-dst/archive/v0.8.tar.gz - tar zxvf v0.8.tar.gz - cd hps-dst-0.8 + tar zxvf v0.10.tar.gz + cd hps-dst-0.10 Once downloaded, the package can be built in the usual way. From dfa4a7700287d88725b14ade1754f703c8568fc0 Mon Sep 17 00:00:00 2001 From: Omar Moreno Date: Wed, 16 Dec 2015 17:28:12 -0800 Subject: [PATCH 2/2] Update project version to v0.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d42fe7..5e06c06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ project(HPS_DST) # Set the project version set(HPS_DST_VERSION_MAJOR 0) -set(HPS_DST_VERSION_MINOR 8) +set(HPS_DST_VERSION_MINOR 10) # Set additional compiler flags set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++11")