Rich Hickey <richhic...@gmail.com> writes: > If there is just a (def *version* {:major 1 :minor 0 :release 0}) > > my questions are: > > What happens after release to keep subsequent interim versions from > having the same 'version' as a release? Should we have a :status > attribute that is :release for releases and :interim for non?
I like how that sounds. Either that or having a :prerelease key that maps to true in interim releases. Additionally release candidates should have a :release-candidate key if we end up going down that path. -Phil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---