Skip to content

Commit e66e5f2

Browse files
committed
Release version 1.5.7
1 parent 8e8542b commit e66e5f2

9,731 files changed

Lines changed: 10155 additions & 9956 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# ext: ["", -gpu]
3939
env:
4040
BUILD_DIR: C:\build
41-
MAVEN_OPTIONS: -Djavacpp.parser.skip -Dmaven.javadoc.skip
41+
CI_DEPLOY_OPTIONS: -Djavacpp.parser.skip -Dmaven.javadoc.skip
4242
steps:
4343
- uses: al-cheb/configure-pagefile-action@v1.2
4444
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

README.md

Lines changed: 5 additions & 5 deletions

ale/README.md

Lines changed: 2 additions & 2 deletions

ale/platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.bytedeco</groupId>
88
<artifactId>javacpp-presets</artifactId>
9-
<version>1.5.7-SNAPSHOT</version>
9+
<version>1.5.7</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

ale/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.bytedeco</groupId>
88
<artifactId>javacpp-presets</artifactId>
9-
<version>1.5.7-SNAPSHOT</version>
9+
<version>1.5.7</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

ale/samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.ale</groupId>
44
<artifactId>sharedlibraryinterfaceexample</artifactId>
5-
<version>1.5.7-SNAPSHOT</version>
5+
<version>1.5.7</version>
66
<properties>
77
<exec.mainClass>SharedLibraryInterfaceExample</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>ale-platform</artifactId>
15-
<version>0.7.3-1.5.7-SNAPSHOT</version>
15+
<version>0.7.3-1.5.7</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

ale/src/gen/java/org/bytedeco/ale/ALEInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.7-SNAPSHOT: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.7: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.ale;
44

ale/src/gen/java/org/bytedeco/ale/ALERAM.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.7-SNAPSHOT: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.7: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.ale;
44

ale/src/gen/java/org/bytedeco/ale/ALEScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.7-SNAPSHOT: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.7: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.ale;
44

0 commit comments

Comments
 (0)