Skip to content

Commit 9e6d889

Browse files
committed
Change version format
Now, the Rubi version has the format xx.yy.zz.pp. - xx.yy.zz is the version of the Rubi rules (or Rubi engine as Albert likes to call it). This will be increased if Albert is making improvements on the integration rules - pp is the version of the package wrapper code. Since these two parts are "basically" unrelated, we handle versioning separately. In this way, Albert can keep his versioning for the rules and every time some improvements on the package code is done, we increase the pp number.
1 parent d23a83e commit 9e6d889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubi/PacletInfo.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Paclet[
77
Name -> "Rubi",
8-
Version -> "4.17",
8+
Version -> "4.15.2.1",
99
MathematicaVersion -> "11+",
1010
Description -> "Package for Rule-based Integration",
1111
Creator -> "Albert D. Rich",

0 commit comments

Comments
 (0)