~ubuntu-branches/ubuntu/wily/steam/wily-proposed

« back to all changes in this revision

Viewing changes to server/modules/visconte.pike

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-10-29 19:51:18 UTC
  • mfrom: (1.1.4) (0.1.4 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131029195118-b9bxciz5hwx5z459
Tags: 1:1.0.0.39-2ubuntu1
Add an epoch to the version number as there was an unrelated steam package
in the archive with a higher version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
inherit "/kernel/module";
3
 
 
4
 
#include <configure.h>
5
 
#include <macros.h>
6
 
#include <config.h>
7
 
#include <attributes.h>
8
 
#include <classes.h>
9
 
#include <events.h>
10
 
 
11
 
object spiderXML = spider.XML();
12
 
 
13
 
string get_identifier() { return "visconte"; }