Skip to content

Commit be4fbde

Browse files
Mongoose 3.3.0: version update
1 parent 28704c5 commit be4fbde

File tree

7 files changed

+20
-15
lines changed

7 files changed

+20
-15
lines changed

Mongoose/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
cmake_minimum_required ( VERSION 3.20 )
3737

38-
set ( Mongoose_DATE "Sept 18, 2023" )
39-
set ( Mongoose_NUMERIC_DATE "2023-09-18" )
38+
set ( Mongoose_DATE "Dec 30, 2023" )
39+
set ( Mongoose_NUMERIC_DATE "2023-12-30" )
4040
set ( Mongoose_VERSION_MAJOR 3 CACHE STRING "" FORCE )
41-
set ( Mongoose_VERSION_MINOR 2 CACHE STRING "" FORCE )
42-
set ( Mongoose_VERSION_PATCH 1 CACHE STRING "" FORCE )
41+
set ( Mongoose_VERSION_MINOR 3 CACHE STRING "" FORCE )
42+
set ( Mongoose_VERSION_PATCH 0 CACHE STRING "" FORCE )
4343

4444
message ( STATUS "Building Mongoose version: v"
4545
${Mongoose_VERSION_MAJOR}.
@@ -69,10 +69,10 @@ include ( SuiteSparsePolicy )
6969
#-------------------------------------------------------------------------------
7070

7171
if ( NOT SUITESPARSE_ROOT_CMAKELISTS )
72-
find_package ( SuiteSparse_config 7.2.0
72+
find_package ( SuiteSparse_config 7.4.0
7373
PATHS ${CMAKE_SOURCE_DIR}/../SuiteSparse_config/build NO_DEFAULT_PATH )
7474
if ( NOT TARGET SuiteSparse::SuiteSparseConfig )
75-
find_package ( SuiteSparse_config 7.2.0 REQUIRED )
75+
find_package ( SuiteSparse_config 7.4.0 REQUIRED )
7676
endif ( )
7777
endif ( )
7878

Mongoose/Doc/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Dec 30, 2023: version 3.3.0
2+
3+
* major change to build system: by Markus Mützel
4+
15
Sept 18, 2023: version 3.2.1
26

37
* cmake update: add "None" build type, from Antonio Rojas, for Arch Linux

Mongoose/Doc/Mongoose_UserGuide.pdf

-265 Bytes
Binary file not shown.

Mongoose/Doc/Mongoose_UserGuide.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\documentclass[letter]{article}
2+
\batchmode
23
\usepackage{fancyhdr} % Required for custom headers
34
\usepackage{lastpage} % Required to determine the last page for the footer
45
\usepackage{extramarks} % Required for headers and footers

Mongoose/Doc/title-info.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
\title{Mongoose User Guide, Version 3.2.1}
1+
\title{Mongoose User Guide, Version 3.3.0}
22
\author{Scott Kolodziej, Nuri Yeralan, Tim Davis, William W. Hager}
3-
\date{Sept 18, 2023}
3+
\date{Dec 30, 2023}

Mongoose/Include/Mongoose.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
// Configuration information from CMake
2121
#define Mongoose_VERSION_MAJOR 3
22-
#define Mongoose_VERSION_MINOR 2
23-
#define Mongoose_VERSION_PATCH 1
24-
#define Mongoose_DATE "Sept 18, 2023"
22+
#define Mongoose_VERSION_MINOR 3
23+
#define Mongoose_VERSION_PATCH 0
24+
#define Mongoose_DATE "Dec 30, 2023"
2525

2626
namespace Mongoose
2727
{

Mongoose/codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"codeRepository": "https://github.com/ScottKolo/Mongoose",
88
"issueTracker": "https://github.com/ScottKolo/Mongoose/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0-only.html",
10-
"version": "3.2.1",
11-
"softwareVersion": "3.2.1",
10+
"version": "3.3.0",
11+
"softwareVersion": "3.3.0",
1212
"author": [
1313
{
1414
"@type": "Person",
@@ -47,7 +47,7 @@
4747
},
4848
"contIntegration": "https://travis-ci.com/ScottKolo/Mongoose",
4949
"developmentStatus": "active",
50-
"downloadUrl": "https://github.com/ScottKolo/Mongoose/archive/v3.2.1.zip",
50+
"downloadUrl": "https://github.com/ScottKolo/Mongoose/archive/v3.3.0.zip",
5151
"funding":"Office of Naval Research grant N00014-11-1-0068",
5252
"funding":"Office of Naval Research grant N00014-15-1-2048",
5353
"funding":"Office of Naval Research grant N00014-18-1-2100",
@@ -66,7 +66,7 @@
6666
],
6767
"dateCreated":"2018-04-09",
6868
"datePublished":"2018-05-25",
69-
"dateModified":"2023-09-18",
69+
"dateModified":"2023-12-30",
7070
"programmingLanguage": "C++",
7171
"programmingLanguage": "MATLAB"
7272
}

0 commit comments

Comments
 (0)