Skip to content

Commit e4990fe

Browse files
authored
Merge pull request #1506 from psgreco/elem-23.3.1
Prepare 23.3.1
2 parents 4929fec + b46e2db commit e4990fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
22
define(_CLIENT_VERSION_MAJOR, 23)
33
define(_CLIENT_VERSION_MINOR, 3)
44
define(_CLIENT_VERSION_BUILD, 1)
5-
define(_CLIENT_VERSION_RC, 3)
5+
define(_CLIENT_VERSION_RC, 0)
66
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2025)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])

contrib/guix/guix-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --f
238238
# across time.
239239
time-machine() {
240240
# shellcheck disable=SC2086
241-
guix time-machine --url=https://codeberg.org/guix.git \
241+
guix time-machine --url=https://codeberg.org/guix/guix.git \
242242
--commit=ae03f401381e956c4c41b4cf495cbde964fa43d0 \
243243
--cores="$JOBS" \
244244
--keep-failed \

contrib/guix/guix-codesign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --f
226226
# across time.
227227
time-machine() {
228228
# shellcheck disable=SC2086
229-
guix time-machine --url=https://codeberg.org/guix.git \
229+
guix time-machine --url=https://codeberg.org/guix/guix.git \
230230
--commit=ae03f401381e956c4c41b4cf495cbde964fa43d0 \
231231
--cores="$JOBS" \
232232
--keep-failed \

0 commit comments

Comments
 (0)