Bump DEF_VER to 1.3.0 for release.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 974a34b..8df871c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@
       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 3a9f743..3346950 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='
 '