From b66715648df3559650101d343f5c34399e90bc8b Mon Sep 17 00:00:00 2001 From: Supakorn 'Jamie' Rassameemasmuang Date: Thu, 11 Apr 2024 11:32:45 -0600 Subject: [PATCH] ASY: Increment version to 2.90 for cmake. --- pkg-info.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-info.cmake b/pkg-info.cmake index 9d5b10aa8..377555eb2 100644 --- a/pkg-info.cmake +++ b/pkg-info.cmake @@ -1,6 +1,6 @@ set(ASY_PACKAGE_NAME Asymptote) # ASY_VERSION is set by base version + suffix, if present -set(ASY_VERSION_BASE 2.88) +set(ASY_VERSION_BASE 2.90) set(ASY_BUGREPORT "https://github.com/vectorgraphics/asymptote/issues") set(ASY_GL_VERSION 1.02)