Skip to content

Commit ff75164

Browse files
committed
upgraded to REDUCE-svn6860 #63
1 parent 7b5c7ef commit ff75164

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44
- julia_version: 1.6
55
- julia_version: 1.10
66
- julia_version: 1.11
7+
- julia_version: 1.12
78
- julia_version: nightly
89

910
platform:

CITATION.cff

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Reed"
5+
given-names: "Michael"
6+
orcid: "https://orcid.org/0000-0002-8006-7816"
7+
title: "Reduce.jl"
8+
version: 1.2.15
9+
doi: 10.5281/zenodo.13916801
10+
date-released: 2024-10-10
11+
url: "https://github.com/chakravala/Reduce.jl"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Reduce"
22
uuid = "93e0c654-6965-5f22-aba9-9c1ae6b3c259"
33
authors = ["Michael Reed"]
4-
version = "1.2.15"
4+
version = "1.2.16"
55

66
[deps]
77
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

src/build.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ red() = ispsl() ? `redpsl` : `redcsl -w`
99
red(path) = ispsl() ? `$path/redpsl` : `$path/redcsl -w`
1010
redsl() = ispsl() ? "psl" : "csl"
1111

12-
ρ = 7
12+
ρ = 8
1313

1414
date = Dict(
1515
0 => "2017-05-16",
@@ -19,7 +19,8 @@ date = Dict(
1919
4 => "2019-09-15",
2020
5 => "2020-03-01",
2121
6 => "2020-06-24",
22-
7 => "2020-10-07")
22+
7 => "2020-10-07",
23+
8 => "2024-08-12")
2324

2425
rsvn = Dict(
2526
0 => "4052",
@@ -29,7 +30,8 @@ rsvn = Dict(
2930
4 => "5129",
3031
5 => "5286",
3132
6 => "5377",
32-
7 => "5424")
33+
7 => "5424",
34+
8 => "6860")
3335

3436
function redsys(dir)
3537
if !(Sys.iswindows())

0 commit comments

Comments
 (0)