Starting 0.92

db4
Slava Pestov 2007-12-13 15:15:54 -05:00
parent 9766faca6d
commit fda9958ab4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
USING: kernel.private ;
IN: kernel
: version ( -- str ) "0.91" ; foldable
: version ( -- str ) "0.92" ; foldable
! Stack stuff
: roll ( x y z t -- y z t x ) >r rot r> swap ; inline

View File

@ -1 +1 @@
export VERSION=0.91
export VERSION=0.92