Skip to content

Commit 7fb36b0

Browse files
Release 1.2.4
1 parent 5b614d9 commit 7fb36b0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ BoofCV is on [Maven Central](http://search.maven.org/) and can be easily added t
6262
For Gradle projects:
6363
```
6464
dependencies {
65-
api(group: 'org.boofcv', name: 'boofcv-core', version: '1.2.3')
65+
api(group: 'org.boofcv', name: 'boofcv-core', version: '1.2.4')
6666
}
6767
```
6868

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
apply plugin: 'com.peterabeles.gversion'
1515

1616
group = 'org.boofcv'
17-
version = '1.2.4-SNAPSHOT'
17+
version = '1.2.4'
1818

1919
createVersionFile.enabled = false // run only once. enabled in types
2020
}

change.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version Meaning: <compatible>.<feature>.<bug fix>
77
- Last digit always indicates a bug fix and other minor changes
88

99
---------------------
10-
Date : 2025/XX/YY
10+
Date : 2025/Sep/30
1111
Version : 1.2.4
1212

1313
- Build update for Java 25 (Java 11 byte code)

integration/boofcv-android/examples/fragment/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ configurations {
5656

5757
dependencies {
5858
['boofcv-android', 'boofcv-core'].each {
59-
String a -> implementation group: 'org.boofcv', name: a, version: '1.2.3'
59+
String a -> implementation group: 'org.boofcv', name: a, version: '1.2.4'
6060
}
6161

6262
def fragment_version = "2.5.3"

integration/boofcv-android/examples/video/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configurations {
4040

4141
dependencies {
4242
['boofcv-android', 'boofcv-core'].each {
43-
String a -> api group: 'org.boofcv', name: a, version: '1.2.3' }
43+
String a -> api group: 'org.boofcv', name: a, version: '1.2.4' }
4444

4545
annotationProcessor 'org.projectlombok:lombok:1.18.16'
4646

0 commit comments

Comments
 (0)