File: version.rb

package info (click to toggle)
subtle 0.11.3224-xi-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,604 kB
  • sloc: ansic: 14,699; ruby: 3,101; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- encoding: utf-8 -*-
#
# @package sur
#
# @file Sur version
# @author Christoph Kappel <unexist@subforge.org>
# @version $Id: data/sur/version.rb,v 3182 2012/02/04 16:39:33 unexist $
#
# This program can be distributed under the terms of the GNU GPLv2.
# See the file COPYING for details.
#

module Subtle # {{{
  module Sur # {{{
    # SUR version
    VERSION = "0.2"
  end # }}}
end # }}}

# vim:ts=2:bs=2:sw=2:et:fdm=marker