summaryrefslogtreecommitdiff
path: root/functions/releases.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-xfunctions/releases.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/functions/releases.sh b/functions/releases.sh
index a5e90cc..bcb8252 100755
--- a/functions/releases.sh
+++ b/functions/releases.sh
@@ -10,7 +10,7 @@
set -e
# Debian releases
-VERSION_etch="4.0 r4"
-VERSION_lenny="5.0 r0"
-VERSION_squeeze="testing"
-VERSION_sid="unstable"
+RELEASE_etch="4.0 r4"
+RELEASE_lenny="5.0 r0"
+RELEASE_squeeze="testing"
+RELEASE_sid="unstable"