Skip to content

Commit 6775bd9

Browse files
author
Benoit Germain
committed
Prepare version 3.17.2
1 parent b68ce05 commit 6775bd9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</p>
7171

7272
<p>
73-
This document was revised on 11-Mar-25, and applies to version <tt>3.17.1</tt>.
73+
This document was revised on 23-Oct-25, and applies to version <tt>3.17.2</tt>.
7474
</p>
7575
</font>
7676
</center>

lanes-3.17.1-0.rockspec renamed to lanes-3.17.2-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
package = "Lanes"
99

10-
version = "3.17.1-0"
10+
version = "3.17.2-0"
1111

1212
source= {
1313
url= "git+https://github.com/LuaLanes/lanes.git",
14-
branch= "v3.17.1"
14+
branch= "v3.17.2"
1515
}
1616

1717
description = {

src/lanes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define LANES_VERSION_MAJOR 3
1414
#define LANES_VERSION_MINOR 17
15-
#define LANES_VERSION_PATCH 1
15+
#define LANES_VERSION_PATCH 2
1616

1717
#define LANES_MIN_VERSION_REQUIRED(MAJOR, MINOR, PATCH) ((LANES_VERSION_MAJOR>MAJOR) || (LANES_VERSION_MAJOR==MAJOR && (LANES_VERSION_MINOR>MINOR || (LANES_VERSION_MINOR==MINOR && LANES_VERSION_PATCH>=PATCH))))
1818
#define LANES_VERSION_LESS_THAN(MAJOR, MINOR, PATCH) ((LANES_VERSION_MAJOR<MAJOR) || (LANES_VERSION_MAJOR==MAJOR && (LANES_VERSION_MINOR<MINOR || (LANES_VERSION_MINOR==MINOR && LANES_VERSION_PATCH<PATCH))))

0 commit comments

Comments
 (0)