Skip to content

Commit

Permalink
Change version format
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
halirutan committed Jun 26, 2018
1 parent d23a83e commit 9e6d889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rubi/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Paclet[
Name -> "Rubi",
Version -> "4.17",
Version -> "4.15.2.1",
MathematicaVersion -> "11+",
Description -> "Package for Rule-based Integration",
Creator -> "Albert D. Rich",
Expand Down

0 comments on commit 9e6d889

Please sign in to comment.