diff options
author | Adam <Adam@anope.org> | 2011-09-09 23:31:27 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-09 23:31:27 -0400 |
commit | 9ed5db992096005a145447798cabfb8f6866b94d (patch) | |
tree | 53e226a1cfaa0cf3ad54047f12e20b3286a027a0 | |
parent | 9c3b967a870630d291a9fd27befb18bfc2d8dce1 (diff) |
Anope 1.9.4-p1 Release1.9.4-p1
-rw-r--r-- | src/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.sh b/src/version.sh index 90140e41e..28cbe977b 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,7 +2,7 @@ VERSION_MAJOR="1" VERSION_MINOR="9" VERSION_PATCH="4" -VERSION_EXTRA="-p1-git" +VERSION_EXTRA="-p1" VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA" |