From c05f9dea8c9326f73d0c64451cb18b131778c2c1 Mon Sep 17 00:00:00 2001 From: jeena Date: Wed, 27 Mar 2013 11:37:30 +0100 Subject: [PATCH] changed version to 1.3.0 --- Linux/deploy/debian/changelog | 2 +- Linux/deploy/deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/deploy/debian/changelog b/Linux/deploy/debian/changelog index 2ed9a7d..c52acfb 100644 --- a/Linux/deploy/debian/changelog +++ b/Linux/deploy/debian/changelog @@ -1,4 +1,4 @@ -bungloo (2.0.0) quantal; urgency=low +bungloo (1.3.0) quantal; urgency=low [ Jeena Paradies ] * Changed to one window diff --git a/Linux/deploy/deploy.sh b/Linux/deploy/deploy.sh index 684e274..b902101 100755 --- a/Linux/deploy/deploy.sh +++ b/Linux/deploy/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="2.0.0" +VERSION="1.3.0" DEPLOYPATH="bungloo-${VERSION}" LINUXPATH=".." SHAREDPATH="../.."