You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2018/03/23 17:09:18 UTC

orc git commit: Forgot to update the CMakefile version after the release.

Repository: orc
Updated Branches:
  refs/heads/branch-1.4 3290f61b5 -> 48b784ada


Forgot to update the CMakefile version after the release.

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/48b784ad
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/48b784ad
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/48b784ad

Branch: refs/heads/branch-1.4
Commit: 48b784ada3f0b28ef77fed71a05104f4960fbc64
Parents: 3290f61
Author: Owen O'Malley <om...@apache.org>
Authored: Fri Mar 23 10:08:48 2018 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Fri Mar 23 10:08:48 2018 -0700

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/48b784ad/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 95fd49c..1c04819 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ project(ORC)
 # Version number of package
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
 SET(CPACK_PACKAGE_VERSION_MINOR "4")
-SET(CPACK_PACKAGE_VERSION_PATCH "3")
+SET(CPACK_PACKAGE_VERSION_PATCH "4-SNAPSHOT")
 SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 
 option (BUILD_JAVA