Skip to content

Commit b7991ec

Browse files
committed
Version 2025.05.28
1 parent 298ac33 commit b7991ec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.17 )
1515

1616
project(
1717
lapackpp
18-
VERSION 2024.10.26
18+
VERSION 2025.05.28
1919
LANGUAGES CXX
2020
)
2121

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ LDFLAGS_clean = ${filter-out -fPIC, ${LDFLAGS}}
325325

326326
.PHONY: ${pkg}
327327
${pkg}:
328-
perl -pe "s'#VERSION'2024.10.26'; \
328+
perl -pe "s'#VERSION'2025.05.28'; \
329329
s'#PREFIX'${abs_prefix}'; \
330330
s'#CXX\b'${CXX}'; \
331331
s'#CXXFLAGS'${CXXFLAGS_clean}'; \

docs/doxygen/doxyfile.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = LAPACK++
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2024.10.26
51+
PROJECT_NUMBER = 2025.05.28
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

include/lapack.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#include "lapack/defines.h"
1010

1111
// Version is updated by make_release.py; DO NOT EDIT.
12-
// Version 2024.10.26
13-
#define LAPACKPP_VERSION 20241026
12+
// Version 2025.05.28
13+
#define LAPACKPP_VERSION 20250528
1414

1515
namespace lapack {
1616

0 commit comments

Comments
 (0)