squirrel: fix version number

3.2 release shipped with the wrong version number, this was fixed upstream.
This commit is contained in:
oreo639 2024-03-19 04:23:38 -07:00
parent 321d76d876
commit 6f1185cc53
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,20 @@
From af69eb70844d5830c99d24e671352b2e5e0fe255 Mon Sep 17 00:00:00 2001
From: Ingo Ruhnke <grumbel@gmail.com>
Date: Tue, 8 Mar 2022 18:25:30 +0100
Subject: [PATCH] fixed version number in CMakeLists.txt
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc35b6f4..1870f990 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.4)
-project(squirrel VERSION 3.1 LANGUAGES C CXX)
+project(squirrel VERSION 3.2 LANGUAGES C CXX)
option(DISABLE_STATIC "Avoid building/installing static libraries.")
option(LONG_OUTPUT_NAMES "Use longer names for binaries and libraries: squirrel3 (not sq).")

View File

@ -1,7 +1,7 @@
# Template file for 'squirrel'
pkgname=squirrel
version=3.2
revision=2
revision=3
build_style=cmake
short_desc="Squirrel Programming Language"
maintainer="Wilson Birney <wpb@360scada.com>"