1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 20:26:39 +02:00
Files
anope/src/version.sh
T
2012-10-25 22:26:59 -04:00

8 lines
102 B
Bash

#!/bin/sh
VERSION_MAJOR="1"
VERSION_MINOR="9"
VERSION_PATCH="8"
VERSION_EXTRA="-may-cause-insanity"