-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
I just downloaded Frege REPL 1.2.1-SNAPSHOT, and changed the fregei shell script so that it uses frege3.22.525-g704b834.jar.
However, the version displayed is still 424:
ingo@freguntu:/tmp$ frepl # just alias to fregei
/home/ingo/bin/java
Welcome to Frege 3.22.524-gcc99d7e (Oracle Corporation Java HotSpot(TM) 64-Bit Server VM, 1.8.0_40)
frege> :version
3.22.524-gcc99d7e
frege> 10-2*3
4
But because it outputs the correct result from the expression (instead 24) means that it actually uses the 525 jar.
I think it would be better to report the actual version from frege.Version
. For, when we get a bug report, it'll be hard to establish which frege jar is actually used otherwise.