diff options
-rwxr-xr-x | src/bin/am | 4 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/src/bin/am b/src/bin/am index 3ee455c29..c8d14be78 100755 --- a/src/bin/am +++ b/src/bin/am @@ -23,9 +23,9 @@ my $fhint="version.log"; # Default values, change or use environment variables instead. my $copy="anope"; -my $svnuser="rob"; +my $svnuser="evil_closet_monkey"; my $svnpath="/usr/bin"; -my $svnroot="svn://zero.org/repos/$copy"; +my $svnroot="svn://svn.anope.org/$copy"; my $editor="/usr/bin/mcedit"; # Environment variables SVNBINDIR and SVNROOT override the above diff --git a/version.log b/version.log index 1c4b7cfe7..0ab1f7ad7 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="19" VERSION_EXTRA="-svn" -VERSION_BUILD="1265" +VERSION_BUILD="1266" # $Log$ # +# BUILD : 1.7.19 (1266) +# BUGS : +# NOTES : Updated src/bin/am for now SVN host some more +# # BUILD : 1.7.19 (1265) # BUGS : # NOTES : Updated copyright information |