diff options
author | Adam <Adam@anope.org> | 2013-12-20 20:29:41 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-12-20 22:57:58 -0500 |
commit | 1c02961b600311d55e36230c2ac0dc8a878ff9bc (patch) | |
tree | 7c29c3d4f03c878f47b48f456cf545c93dcdb901 | |
parent | 268d529078c74e86735276a0a60ace0403714405 (diff) |
Anope 2.0.0-rc1 Release2.0.0-rc1
-rw-r--r-- | src/version.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/version.sh b/src/version.sh index 9e1e3ada4..f043eafb9 100644 --- a/src/version.sh +++ b/src/version.sh @@ -1,7 +1,7 @@ #!/bin/sh -VERSION_MAJOR="1" -VERSION_MINOR="9" -VERSION_PATCH="10" -VERSION_EXTRA="-oreos-with-milk" +VERSION_MAJOR="2" +VERSION_MINOR="0" +VERSION_PATCH="0" +VERSION_EXTRA="-rc1" |