Skip to content

Commit 4a41f8c

Browse files
committed
Version bump
1 parent bb7ad36 commit 4a41f8c

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
project = 'MSG'
2626
author = 'Rich Townsend & The MSG Team'
27-
version = '2.1'
27+
version = '2.1.1'
2828
release = version
29-
branch = 'release-2.1'
29+
branch = 'release-2.1.1'
3030
copyright = '2021-2026, Rich Townsend & The MSG Team'
3131

3232

src/lib/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '2.1'
1+
version = '2.1.1'

src/pkgconfig/cmsg.pc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ includedir=${prefix}/include
55
Name: MSG (C)
66
Description: Multidimensional Spectral Grids (C interface)
77
URL: https://github.com/rhdtownsend/msg
8-
Version: 2.1
9-
Requires: msg = 2.1
8+
Version: 2.1.1
9+
Requires: msg = 2.1.1
1010
Requires.private: forum
1111
Cflags: -I${includedir}
1212
Libs: -Wl,-rpath,${libdir} -L${libdir} -lcmsg

src/pkgconfig/fmsg.pc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ includedir=${prefix}/include
55
Name: MSG (Fortran)
66
Description: Multidimensional Spectral Grids (Fortran interface)
77
URL: https://github.com/rhdtownsend/msg
8-
Version: 2.1
9-
Requires: msg = 2.1
8+
Version: 2.1.1
9+
Requires: msg = 2.1.1
1010
Requires.private: forum
1111
Cflags: -I${includedir}
1212
Libs: -Wl,-rpath,${libdir} -L${libdir} -lfmsg

src/pkgconfig/msg.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55
Name: MSG (core)
66
Description: Multidimensional Spectral Grids (core)
77
URL: https://github.com/rhdtownsend/msg
8-
Version: 2.1
8+
Version: 2.1.1
99
Requires.private: forum
1010
Cflags: -I${includedir}
1111
Libs: -Wl,-rpath,${libdir} -L${libdir} -lmsg

0 commit comments

Comments
 (0)