1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 13:26:39 +02:00
Files
anope/src/version.sh
T
2013-03-03 02:04:33 -05:00

8 lines
99 B
Bash

#!/bin/sh
VERSION_MAJOR="1"
VERSION_MINOR="9"
VERSION_PATCH="9"
VERSION_EXTRA="-gremlins-inside"