Skip to content

Commit

Permalink
[COMPILER CHANGES NEEDED FOR v4.7.2] Changed version in compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed Feb 5, 2014
1 parent 7e479cd commit 0dff09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsc/_parms.scm
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@

;; Gambit system version numbers.

(define (compiler-version) 407001) ;; 100000*major + 1000*minor + revision
(define (compiler-version) 407002) ;; 100000*major + 1000*minor + revision

(define compiler-version-string-prefix "v")
(define compiler-version-string-suffix "")
Expand Down

0 comments on commit 0dff09b

Please sign in to comment.