diff options
author | Simon Howard | 2006-12-23 01:32:22 +0000 |
---|---|---|
committer | Simon Howard | 2006-12-23 01:32:22 +0000 |
commit | 6ccd20fe6415c79d50f762c913979bfe3372fa27 (patch) | |
tree | 6afee1f3628140cca3a374431296f7fd291b5549 | |
parent | 051a6d88055f78287e45ecf55c128efe776d6ebb (diff) | |
download | chocolate-doom-6ccd20fe6415c79d50f762c913979bfe3372fa27.tar.gz chocolate-doom-6ccd20fe6415c79d50f762c913979bfe3372fa27.tar.bz2 chocolate-doom-6ccd20fe6415c79d50f762c913979bfe3372fa27.zip |
Fix my email address.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 801
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | msvc/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index aab42aa0..6b515665 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(Chocolate Doom, 0.2.0, fraggle@alkali.org, chocolate-doom) +AC_INIT(Chocolate Doom, 0.2.0, fraggle@gmail.com, chocolate-doom) AC_CONFIG_AUX_DIR(autotools) orig_CFLAGS="$CFLAGS" diff --git a/msvc/config.h b/msvc/config.h index 897ca3fb..79416b60 100644 --- a/msvc/config.h +++ b/msvc/config.h @@ -5,7 +5,7 @@ #define PACKAGE "chocolate-doom" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "fraggle@alkali.org" +#define PACKAGE_BUGREPORT "fraggle@gmail.com" /* Define to the full name of this package. */ #define PACKAGE_NAME "Chocolate Doom" |