1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 20:36:38 +02:00
Files
anope/src/version.sh
T
2014-01-26 01:18:38 -05:00

8 lines
87 B
Bash

#!/bin/sh
VERSION_MAJOR="2"
VERSION_MINOR="0"
VERSION_PATCH="0"
VERSION_EXTRA="-rc3"