From 817a3d7b17ab3d1a8d781cc338c13084f459841c Mon Sep 17 00:00:00 2001 From: qicosmos Date: Fri, 16 Aug 2024 16:27:52 +0800 Subject: [PATCH] update version to 0.3.7 --- CMakeLists.txt | 2 +- include/ylt/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97b692367..49c805f33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) project(yaLanTingLibs - VERSION 0.3.6 + VERSION 0.3.7 DESCRIPTION "yaLanTingLibs" HOMEPAGE_URL "https://github.com/alibaba/yalantinglibs" LANGUAGES CXX diff --git a/include/ylt/version.hpp b/include/ylt/version.hpp index ad649d376..a88d64b1f 100644 --- a/include/ylt/version.hpp +++ b/include/ylt/version.hpp @@ -20,4 +20,4 @@ // YLT_VERSION % 100 is the sub-minor version // YLT_VERSION / 100 % 1000 is the minor version // YLT_VERSION / 100000 is the major version -#define YLT_VERSION 306 // 0.3.6 \ No newline at end of file +#define YLT_VERSION 307 // 0.3.7 \ No newline at end of file