~ubuntu-branches/ubuntu/trusty/zonecheck/trusty

« back to all changes in this revision

Viewing changes to installer.rb

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Delafond
  • Date: 2010-07-08 12:55:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100708125539-gazuzu1eb58l3tot
Tags: 3.0.2-1
* New upstream release (Closes: #587419).
* Updated watch file.
* Bumped up Standards revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
 
17
17
class Installer
18
 
    CVS_NAME    = %q$Name: ZC-3_0_0 $
 
18
    CVS_NAME    = %q$Name: ZC-3_0_2 $
19
19
    VERSION     = (Proc::new { 
20
20
                       n = CVS_NAME.split[1]
21
21
                       n = /^ZC-(.*)/.match(n) unless n.nil?