Bump DEF_VER to 1.3.0 for release.

This commit is contained in:
Peter Johnson 2014-08-10 00:48:20 -07:00
parent 636dc92558
commit ba463d3c26
2 changed files with 2 additions and 2 deletions

View file

@ -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}")

View file

@ -1,7 +1,7 @@
#!/bin/sh
YVF=YASM-VERSION-FILE
DEF_VER=v1.2.0
DEF_VER=v1.3.0
LF='
'