From d895e8e363e1e20615bc52fae1b1817116164727 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 23 Sep 2022 06:01:08 -0700 Subject: [PATCH] 13.0.0 release Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8530f159e..ccdf63b6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ if (BUILD_SDF) gz_configure_project( NO_PROJECT_PREFIX REPLACE_INCLUDE_PATH sdf - VERSION_SUFFIX pre2) + VERSION_SUFFIX) ################################################# # Find tinyxml2.