File: version.rb

package info (click to toggle)
ruby-spamcheck 1.10.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid, trixie
  • size: 668 kB
  • sloc: python: 1,261; ruby: 484; makefile: 54; sh: 13
file content (8 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
# Upgrade strategy
# Version number is in the form Major.Minor.Patch
# Increment the patch version when making backard compatible bug fixes
# Increment the minor version when adding functionality (that is backward compatible)
# Increment the major version when making incompatible changes
module Spamcheck
    VERSION = '1.3.0'
end