Skip to content

Commit f2ddb16

Browse files
committed
Bump version numbers
1 parent a997e59 commit f2ddb16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

egg-herbie/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#lang info
22

33
(define collection "egg-herbie")
4-
(define version "1.6")
4+
(define version "2.0")
55

66
(define pkg-desc "Racket bindings for simplifying math expressions using egg")
77
(define pkg-authors

src/config.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
(if (equal? out "") default out))
122122
default))
123123

124-
(define *herbie-version* "1.6")
124+
(define *herbie-version* "2.0")
125125

126126
(define *hostname* (run-command "hostname"))
127127

src/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"profile-lib"
2929
"rackunit-lib"
3030
"web-server-lib"
31-
("egg-herbie" #:version "1.6")
31+
("egg-herbie" #:version "2.0")
3232
("rival" #:version "1.7")
3333
("fpbench" #:version "2.0.3")))
3434

www/doc/2.0/using-cli.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2 id="batch">Batch processing FPCores</h2>
7272
1/3 [ 0.882s] 30→ 0 Cancel like terms
7373
Warning: 24.7% of points produce a very large (infinite) output.
7474
You may want to add a precondition.
75-
See <a href="https://herbie.uwplse.org/doc/1.6/faq.html#inf-points">&lt;https://herbie.uwplse.org/doc/1.6/faq.html#inf-points&gt;</a> for more.
75+
See <a href="https://herbie.uwplse.org/doc/2.0/faq.html#inf-points">&lt;https://herbie.uwplse.org/doc/2.0/faq.html#inf-points&gt;</a> for more.
7676
2/3 [ 1.721s] 29→ 0 Expanding a square
7777
3/3 [ 2.426s] 0→ 0 Commute and associate</pre>
7878

0 commit comments

Comments
 (0)