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_mssql.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_mssql.cpp')
| -rw-r--r-- | src/modules/extra/m_mssql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_mssql.cpp b/src/modules/extra/m_mssql.cpp index 782b5bfac..fbcc83fe0 100644 --- a/src/modules/extra/m_mssql.cpp +++ b/src/modules/extra/m_mssql.cpp @@ -805,7 +805,7 @@ class ModuleMsSQL : public Module virtual Version GetVersion() { - return Version(1,0,0,0,VF_VENDOR|VF_SERVICEPROVIDER,API_VERSION); + return Version("$Id$", VF_VENDOR | VF_SERVICEPROVIDER, API_VERSION); } }; |
