Skip to content

Commit 863d61d

Browse files
committed
Adjust devel to 3.12.7 release and raise version to 3.12.8
1 parent 87fac0f commit 863d61d

File tree

4 files changed

+353
-53
lines changed

4 files changed

+353
-53
lines changed

ARANGO-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.7-devel
1+
3.12.8-devel

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ devel
33

44
* FE-636: bump rollup from 2.79.1 to 2.79.2.
55

6-
* Replace arangodb.com with arango.ai in URLs
6+
* Replace arangodb.com with arango.ai in URLs.
7+
8+
9+
3.12.7 (2025-12-06)
10+
-------------------
711

812
* Updated ArangoDB Starter to v0.19.15.
913

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ set(ARANGODB_VERSION_MINOR "12")
7373

7474
# when building the nightly ARANGODB_VERSION_PATCH will be set
7575
if(NOT DEFINED ARANGODB_VERSION_PATCH)
76-
set(ARANGODB_VERSION_PATCH "7")
76+
set(ARANGODB_VERSION_PATCH "8")
7777
set(ARANGODB_VERSION_RELEASE_TYPE "devel")
7878
set(ARANGODB_VERSION_RELEASE_NUMBER "")
7979
else()

0 commit comments

Comments
 (0)