21 lines
710 B
Diff
21 lines
710 B
Diff
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).")
|