Skip to content

Commit f99ceb4

Browse files
author
Git for Windows Build Agent
committed
Update 14 packages
mingw-w64-i686-gcc (14.2.0-2 -> 14.2.0-3) mingw-w64-i686-gcc-fortran (14.2.0-2 -> 14.2.0-3) mingw-w64-i686-gcc-libgfortran (14.2.0-2 -> 14.2.0-3) mingw-w64-i686-gcc-libs (14.2.0-2 -> 14.2.0-3) mingw-w64-i686-gettext-libtextstyle (0.23.1-1 -> 0.24-1) mingw-w64-i686-gettext-runtime (0.23.1-1 -> 0.24-1) mingw-w64-i686-gettext-tools (0.23.1-1 -> 0.24-1) mingw-w64-x86_64-gcc (14.2.0-2 -> 14.2.0-3) mingw-w64-x86_64-gcc-libs (14.2.0-2 -> 14.2.0-3) mingw-w64-x86_64-gettext-libtextstyle (0.23.1-1 -> 0.24-1) mingw-w64-x86_64-gettext-runtime (0.23.1-1 -> 0.24-1) mingw-w64-x86_64-gettext-tools (0.23.1-1 -> 0.24-1) mingw-w64-x86_64-git (2.48.1.1.2bd190bcd2-1 -> 2.49.0.rc0.windows.1-1) mingw-w64-x86_64-git-doc-html (2.48.1.1.2bd190bcd2-1 -> 2.49.0.rc0.windows.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 09e8cad commit f99ceb4

File tree

3,776 files changed

+82521
-62666
lines changed

Some content is hidden

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

3,776 files changed

+82521
-62666
lines changed

cmd/git-gui.exe

8 Bytes
Binary file not shown.

cmd/git-receive-pack.exe

0 Bytes
Binary file not shown.

cmd/git-upload-pack.exe

0 Bytes
Binary file not shown.

cmd/git.exe

-8 Bytes
Binary file not shown.

cmd/gitk.exe

0 Bytes
Binary file not shown.

cmd/scalar.exe

-8 Bytes
Binary file not shown.

cmd/tig.exe

8 Bytes
Binary file not shown.

git-bash.exe

0 Bytes
Binary file not shown.

git-cmd.exe

8 Bytes
Binary file not shown.

mingw32/bin/autopoint

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
#
3-
# Copyright (C) 2002-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2002-2025 Free Software Foundation, Inc.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -22,8 +22,8 @@
2222

2323
progname=$0
2424
package=gettext-tools
25-
version=0.23.1
26-
archive_version=0.23.1
25+
version=0.24
26+
archive_version=0.24
2727

2828
# Set variables
2929
# - gettext_datadir directory where the data files are stored.
@@ -212,7 +212,7 @@ func_version ()
212212
echo "This binary is configured to use a versions archive in dirxz format."
213213
echo
214214
fi
215-
echo "Copyright (C) 2002-2024 Free Software Foundation, Inc.
215+
echo "Copyright (C) 2002-2025 Free Software Foundation, Inc.
216216
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
217217
This is free software: you are free to change and redistribute it.
218218
There is NO WARRANTY, to the extent permitted by law."
@@ -392,7 +392,8 @@ case "$ver" in
392392
0.20 | 0.20.2 | \
393393
0.21 | 0.21.1 | \
394394
0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 | \
395-
0.23 | 0.23.1 )
395+
0.23 | 0.23.1 | \
396+
0.24 )
396397
;;
397398
*)
398399
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in

0 commit comments

Comments
 (0)