1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 14:16:37 +02:00
Files
anope/src/version.sh
T
2010-06-25 20:00:21 -04:00

9 lines
173 B
Bash

#!/bin/sh
VERSION_MAJOR="1"
VERSION_MINOR="9"
VERSION_PATCH="3"
VERSION_EXTRA="-tastes-good-on-toast"
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA"