~ubuntu-branches/ubuntu/precise/ruby-sequel/precise

« back to all changes in this revision

Viewing changes to lib/sequel/version.rb

  • Committer: Package Import Robot
  • Author(s): Dmitry Borodaenko
  • Date: 2012-01-08 18:12:38 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120108181238-7qr7ce3yj1g9grje
Tags: 3.31.0-1
* New upstream release.
* Point Vcs-* control fields at git.debian.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  MAJOR = 3
4
4
  # The minor version of Sequel.  Bumped for every non-patch level
5
5
  # release, generally around once a month.
6
 
  MINOR = 30
 
6
  MINOR = 31
7
7
  # The tiny version of Sequel.  Usually 0, only bumped for bugfix
8
8
  # releases that fix regressions from previous versions.
9
9
  TINY  = 0