diff options
-rwxr-xr-x | src/bin/am | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/bin/am b/src/bin/am index 1a590c653..fe4b75551 100755 --- a/src/bin/am +++ b/src/bin/am @@ -23,7 +23,7 @@ my $fhint="version.log"; # Default values, change or use environment variables instead. my $copy="anope"; -my $svnuser="geniusdex"; +my $svnuser="rob"; my $svnpath="/usr/bin"; my $svnroot="svn://zero.org/repos/$copy"; my $editor="/usr/bin/mcedit"; diff --git a/version.log b/version.log index 6f00ea8b5..d4b1e6481 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="17" VERSION_EXTRA="-svn" -VERSION_BUILD="1194" +VERSION_BUILD="1195" # $Log$ # +# BUILD : 1.7.17 (1195) +# BUGS : N/A +# NOTES : testing... +# # BUILD : 1.7.17 (1194) # BUGS : N/A # NOTES : Hmm it sent the mail but didnt commit... |