Skip to content

Commit ca8cd74

Browse files
committed
Bump version
1 parent 2d61b56 commit ca8cd74

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: check-cache
1818
uses: actions/cache@main
1919
with:
20-
key: gcc-15.2.0-3
20+
key: gcc-15.2.0-4
2121
lookup-only: true
2222
path: |
2323
/tmp/x86_64-linux-gnu.tar.xz
@@ -36,7 +36,7 @@ jobs:
3636
if: ${{ steps.check-cache.outputs.cache-hit != 'true' }}
3737
uses: actions/cache@main
3838
with:
39-
key: gcc-15.2.0-3
39+
key: gcc-15.2.0-4
4040
path: |
4141
/tmp/x86_64-linux-gnu.tar.xz
4242
/tmp/x86_64-linux-gnu.tar.xz.sha256
@@ -103,7 +103,7 @@ jobs:
103103
- name: Restore from cache
104104
uses: actions/cache@main
105105
with:
106-
key: gcc-15.2.0-3
106+
key: gcc-15.2.0-4
107107
fail-on-cache-miss: true
108108
path: |
109109
/tmp/x86_64-linux-gnu.tar.xz

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ for target in "${targets[@]}"; do
560560
--with-zstd="${toolchain_directory}" \
561561
--with-bugurl='https://github.com/AmanoTeam/obggcc/issues' \
562562
--with-gcc-major-version-only \
563-
--with-pkgversion="OBGGCC v3.4-${revision}" \
563+
--with-pkgversion="OBGGCC v3.5-${revision}" \
564564
--with-sysroot="${toolchain_directory}/${triplet}" \
565565
--with-native-system-header-dir='/include' \
566566
--with-default-libstdcxx-abi='new' \

0 commit comments

Comments
 (0)