diff options
| author | 2008-08-25 20:35:36 +0000 | |
|---|---|---|
| committer | 2008-08-25 20:35:36 +0000 | |
| commit | 31b232eec07d0b85ce2cc7c4ebc5d5387f781dcb (patch) | |
| tree | 91ac6d435f07d7cf9b1353d6a3d8fc63cb0b46aa /src/modules/extra/m_rline.cpp | |
| parent | Tidy up in the nsis scripts, how it installs the service and removes it (hide... (diff) | |
Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versions, so we don't have (essentially unused) module versions.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10290 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_rline.cpp')
| -rw-r--r-- | src/modules/extra/m_rline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_rline.cpp b/src/modules/extra/m_rline.cpp index 2a4124c94..10a3ddf01 100644 --- a/src/modules/extra/m_rline.cpp +++ b/src/modules/extra/m_rline.cpp @@ -222,7 +222,7 @@ class ModuleRLine : public Module virtual Version GetVersion() { - return Version(1,2,0,0,VF_COMMON|VF_VENDOR,API_VERSION); + return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION); } virtual void OnUserConnect(User* user) |
