diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-10-30 20:41:44 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-10-30 20:41:44 +0000 |
commit | cecd5c2e3ad3e53e3d465a9a6f2817e487a91ee0 (patch) | |
tree | 34ab4423a28f019c7966fcd84f66b8859e9519fd | |
parent | 5cf678610b8a14b0104bd2f227fe657408ab5f24 (diff) |
BUILD : 1.7.17 (1195) BUGS : N/A NOTES : testing...
git-svn-id: svn://svn.anope.org/anope/trunk@1195 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@915 5417fbe8-f217-4b02-8779-1006273d7864
-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... |