Fixed 'deprecated as of' comments.

This commit is contained in:
Peter Taoussanis 2012-07-21 01:56:30 +07:00
parent 780e06c693
commit ba99940784

View file

@ -46,9 +46,9 @@
(def ^:const id-ratio (int 70))
;;; DEPRECATED
(def ^:const id-old-reader (int 1)) ; as of 0.9.1, for +64k support
(def ^:const id-old-string (int 11)) ; as of 0.9.1, for +64k support
;;; DEPRECATED (old types will be supported only for thawing)
(def ^:const id-old-reader (int 1)) ; as of 0.9.2, for +64k support
(def ^:const id-old-string (int 11)) ; as of 0.9.2, for +64k support
(def ^:const id-old-map (int 22)) ; as of 0.9.0, for more efficient thaw
;;;; Shared low-level stream stuff