diff options
author | Adam <Adam@anope.org> | 2011-05-16 03:08:48 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-16 03:08:48 -0400 |
commit | b382c27bb03aa682e44cb619c5e08bcf1120a50a (patch) | |
tree | 5d9828e2564efa111c4cbb92c3c300fe7afa82b0 | |
parent | 9f9e83c65c9ef27242640ca4ba8d8e7afb2ae0b8 (diff) |
Anope 1.9.3-p1 Release1.9.3-p1
-rw-r--r-- | src/version.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version.sh b/src/version.sh index e64f4b37a..726f07028 100644 --- a/src/version.sh +++ b/src/version.sh @@ -4,5 +4,6 @@ VERSION_MINOR="9" VERSION_PATCH="3" VERSION_EXTRA="-p1" + VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA" |