1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 11:46:37 +02:00
Files
anope/src/version.sh
T
2014-03-23 08:58:02 -04:00

8 lines
83 B
Bash

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