lib/oversip/version.rb in oversip-1.3.5 vs lib/oversip/version.rb in oversip-1.3.6
- old
+ new
@@ -3,19 +3,19 @@
module OverSIP
module Version
MAJOR = 1
MINOR = 3
- TINY = 5
+ TINY = 6
DEVEL = nil # Set to nil for stable releases.
end
PROGRAM_NAME = "OverSIP"
VERSION = [Version::MAJOR, Version::MINOR, Version::TINY].join(".")
VERSION << ".#{Version::DEVEL}" if Version::DEVEL
AUTHOR = "Inaki Baz Castillo"
AUTHOR_EMAIL = "ibc@aliax.net"
HOMEPAGE = "http://www.oversip.net"
- year = "2012"
+ year = "2013"
DESCRIPTION = "#{PROGRAM_NAME} #{VERSION}\n#{HOMEPAGE}\n#{year}, #{AUTHOR} <#{AUTHOR_EMAIL}>"
end