1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 07:46:40 +02:00

Set all of the core modules versions to VERSION_STRING - SVN is now officially not used anymore

This commit is contained in:
Adam
2010-06-18 18:44:52 -04:00
parent 8f60562dfa
commit cd9ec6fe10
155 changed files with 156 additions and 155 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ int AnopeInit(int argc, char **argv)
moduleAddAuthor("Anope");
moduleAddVersion
("$Id$");
(VERSION_STRING);
moduleSetType(CORE);
hook = createEventHook(EVENT_BOT_FANTASY, do_fantasy);
+1 -1
View File
@@ -19,7 +19,7 @@
#include "module.h"
#define AUTHOR "SGR"
#define VERSION "$Id$"
#define VERSION VERSION_STRING
/* ------------------------------------------------------------
* Name: cs_appendtopic
+1 -1
View File
@@ -16,7 +16,7 @@
#include "module.h"
#define AUTHOR "Anope"
#define VERSION "$Id$"
#define VERSION VERSION_STRING
int my_cs_enforce(User * u);
void my_cs_help(User * u);
+1 -1
View File
@@ -19,7 +19,7 @@
#include "module.h"
#define AUTHOR "Rob"
#define VERSION "$Id$"
#define VERSION VERSION_STRING
void myHelp(User * u);
void myFullHelpSyntax(User * u);
@@ -44,7 +44,7 @@ void WriteAkill(char *line);
int AnopeInit(int argc, char **argv)
{
moduleAddAuthor("Anope");
moduleAddVersion("$Id$");
moduleAddVersion(VERSION_STRING);
moduleSetType(SUPPORTED);
athemedb = fopen(ATHEMEDATABASE, "r");
@@ -30,7 +30,7 @@ int decrypt_password_md5(NickAlias *na, char *pass, char *tmp_pass);
int AnopeInit(int argc, char **argv)
{
moduleAddAuthor("Anope");
moduleAddVersion("$Id$");
moduleAddVersion(VERSION_STRING);
moduleSetType(SUPPORTED);
Command *c;
+1 -1
View File
@@ -18,7 +18,7 @@
#include "module.h"
#define AUTHOR "Rob"
#define VERSION "$Id$"
#define VERSION VERSION_STRING
/* Configuration variables */
int HSRequestMemoUser = 0;
+1 -1
View File
@@ -16,7 +16,7 @@
#include "module.h"
#define AUTHOR "Anope"
#define VERSION "$Id$"
#define VERSION VERSION_STRING
void my_load_config(void);
void my_add_languages(void);
+1 -1
View File
@@ -19,7 +19,7 @@
#include "module.h"
#define AUTHOR "Rob"
#define VERSION "$Id$"
#define VERSION VERSION_STRING
/* The name of the default database to save info to */
#define DEFAULT_DB_NAME "autoop.db"
+1 -1
View File
@@ -14,7 +14,7 @@
#include "module.h"
#define AUTHOR "Viper"
#define VERSION "$Id$"
#define VERSION VERSION_STRING
/* Default database name */
#define DefIgnoreDB "os_ignore.db"
+1 -1
View File
@@ -19,7 +19,7 @@
#include "module.h"
#define AUTHOR "Rob"
#define VERSION "$Id$"
#define VERSION VERSION_STRING
/* Default database name */
#define DEFAULT_DB_NAME "os_info.db"