~ubuntu-branches/ubuntu/quantal/zonecheck/quantal

« back to all changes in this revision

Viewing changes to installer.rb

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Delafond
  • Date: 2010-02-12 14:32:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100212143214-0kgc832dr0zr0wgb
Tags: 2.1.0-1
* New upstream release (Closes: #569566).
* Added watch file.

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:  $
 
18
    CVS_NAME    = %q$Name: ZC-2_1_0 $
19
19
    VERSION     = (Proc::new { 
20
20
                       n = CVS_NAME.split[1]
21
21
                       n = /^ZC-(.*)/.match(n) unless n.nil?