Application Version Number And Cool Codename Based On Subversion Number
Join the DZone community and get the full member experience.
Join For Free// description of your code here
#codename generated from the dictionary
REVISION_NUMBER = `svn info`.split("\n")[4][/\d+/].to_i
APP_CODENAME = IO.readlines("/usr/share/dict/words")[REVISION_NUMBER]
application
Opinions expressed by DZone contributors are their own.
Comments