diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-26 18:40:24 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-26 18:40:24 +0000 |
commit | a3bf52551de0264525447338f9ab935cc5b2d68e (patch) | |
tree | 6241355347030cd6f0d71ee0189d4ee07108dee5 | |
parent | 4f9325f8d0a7e6d53c512c1aee03091734e8d78a (diff) |
BUILD : 1.7.19 (1266) BUGS : NOTES : Updated src/bin/am for now SVN host some more
git-svn-id: svn://svn.anope.org/anope/trunk@1266 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@984 5417fbe8-f217-4b02-8779-1006273d7864
-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 |