diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-18 09:28:09 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:05 +0200 |
commit | 8ffca00a5e8c245d64d0f02d907562ff94d3599e (patch) | |
tree | db2db3ea72bd80ae68929cbb6a48fb7003e7414a /functions | |
parent | 8db9f23ca4e1347710a49b860bc534ddda75cf9b (diff) | |
download | vyos-live-build-8ffca00a5e8c245d64d0f02d907562ff94d3599e.tar.gz vyos-live-build-8ffca00a5e8c245d64d0f02d907562ff94d3599e.zip |
Adding release version for ubuntu raring.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/releases.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 6d4f2bc9d..651bb2f09 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -23,3 +23,4 @@ RELEASE_lucid="10.04" # LTS: 2015-04-01 RELEASE_oneiric="11.10" # 2013-04-01 RELEASE_precise="12.04" # LTS: 2017-04-01 RELEASE_quantal="12.10" # 2014-04-01 +RELEASE_raring="13.04" # 2014-10-01 |