From bae64e90ab77c831cca95c1af366ed5e4f40869c Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Thu, 11 Aug 2016 15:48:57 +0000 Subject: [PATCH] Adjust for Debian version compliance. --- builds/any/installer/APKG.yml | 2 +- builds/any/rootfs/APKG.yml | 2 +- builds/any/swi/APKG.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/any/installer/APKG.yml b/builds/any/installer/APKG.yml index 78f66263..3ac280ff 100644 --- a/builds/any/installer/APKG.yml +++ b/builds/any/installer/APKG.yml @@ -7,7 +7,7 @@ prerequisites: common: arch: $ARCH - version: $FNAME_RELEASE_ID + version: 0.$FNAME_RELEASE_ID copyright: Copyright 2016 Big Switch Networks maintainer: support@bigswitch.com diff --git a/builds/any/rootfs/APKG.yml b/builds/any/rootfs/APKG.yml index 7a716da9..d83a385f 100644 --- a/builds/any/rootfs/APKG.yml +++ b/builds/any/rootfs/APKG.yml @@ -6,7 +6,7 @@ prerequisites: common: arch: $ARCH - version: $FNAME_RELEASE_ID + version: 0.$FNAME_RELEASE_ID copyright: Copyright 2013, 2014, 2015 Big Switch Networks maintainer: support@bigswitch.com diff --git a/builds/any/swi/APKG.yml b/builds/any/swi/APKG.yml index 8d87930b..3614408b 100644 --- a/builds/any/swi/APKG.yml +++ b/builds/any/swi/APKG.yml @@ -7,7 +7,7 @@ prerequisites: common: arch: $ARCH - version: $FNAME_RELEASE_ID + version: 0.$FNAME_RELEASE_ID copyright: Copyright 2013, 2014, 2015 Big Switch Networks maintainer: support@bigswitch.com