diff options
author | Daniel Baumann <daniel@debian.org> | 2011-10-28 14:31:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-10-28 14:31:36 +0200 |
commit | 171207435f8a2b573a9f373747733b0fdfdbcca6 (patch) | |
tree | dd4016dd37fe3d1c6801f5f359769c190683519d | |
parent | ae5cef81b23fd83bae6cc0808eee3645f1d37e52 (diff) | |
download | vyos-live-build-171207435f8a2b573a9f373747733b0fdfdbcca6.tar.gz vyos-live-build-171207435f8a2b573a9f373747733b0fdfdbcca6.zip |
Adding precise in releases list.
-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 b421a226e..55eef16f4 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -23,3 +23,4 @@ RELEASE_lucid="10.04" # LTS: 2015-04-01 RELEASE_maverick="10.10" # 2012-04-01 RELEASE_natty="11.04" # 2012-10-01 RELEASE_oneiric="11.10" # 2013-04-01 +RELEASE_precise="12.04" # LTS: 2017-04-01 |