summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2014-08-10 00:48:20 -0700
committerPeter Johnson <peter@tortall.net>2014-08-10 23:18:52 -0700
commitba463d3c26c0ece2e797b8d6381b161633b5971a (patch)
tree0fab4fee44091f0f9361ad626528cd815d33f4fa
parent636dc92558efd052cd0553203f67068171a3116c (diff)
downloadyasm-ba463d3c26c0ece2e797b8d6381b161633b5971a.tar.gz
Bump DEF_VER to 1.3.0 for release.v1.3.0
-rw-r--r--CMakeLists.txt2
-rwxr-xr-xYASM-VERSION-GEN.sh2
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='
'