1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 14:43:12 +02:00

Changed the versioning system to use git

This commit is contained in:
Adam
2010-06-25 20:00:21 -04:00
parent cbcead4e89
commit 03fbc7d281
167 changed files with 2981 additions and 542 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/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"