From ba463d3c26c0ece2e797b8d6381b161633b5971a Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 10 Aug 2014 00:48:20 -0700 Subject: [PATCH] Bump DEF_VER to 1.3.0 for release. --- CMakeLists.txt | 2 +- YASM-VERSION-GEN.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 974a34b9..8df871cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ IF(NOT CMAKE_BUILD_TYPE) FORCE) ENDIF(NOT CMAKE_BUILD_TYPE) -VERSION_GEN(PACKAGE_VERSION "${CMAKE_BINARY_DIR}/YASM-VERSION-FILE" "1.1.0") +VERSION_GEN(PACKAGE_VERSION "${CMAKE_BINARY_DIR}/YASM-VERSION-FILE" "1.3.0") set (PACKAGE_STRING "yasm ${PACKAGE_VERSION}") diff --git a/YASM-VERSION-GEN.sh b/YASM-VERSION-GEN.sh index 3a9f7436..33469507 100755 --- a/YASM-VERSION-GEN.sh +++ b/YASM-VERSION-GEN.sh @@ -1,7 +1,7 @@ #!/bin/sh YVF=YASM-VERSION-FILE -DEF_VER=v1.2.0 +DEF_VER=v1.3.0 LF=' '