Skip to content

Commit

Permalink
[COMPILER CHANGES NEEDED FOR v4.8.4] Changed version in compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed Jan 25, 2016
1 parent 78f06bf commit a3db0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsc/_parms.scm
Expand Up @@ -552,7 +552,7 @@

;; Gambit system version numbers.

(define (compiler-version) 408003) ;; 100000*major + 1000*minor + revision
(define (compiler-version) 408004) ;; 100000*major + 1000*minor + revision

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

0 comments on commit a3db0a3

Please sign in to comment.