opening 3.33

This commit is contained in:
Dustin Kirkland 2011-04-17 13:30:34 -05:00
commit 6bbee9571c
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
byobu (3.33) unreleased; urgency=low
* UNRELEASED
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 17 Apr 2011 13:30:34 -0500
byobu (3.32-0ubuntu1) natty; urgency=low
* usr/bin/byobu-launch, usr/bin/byobu-launcher:

View file

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
PKG="byobu"
VERSION=3.32
VERSION=3.33
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr"
export BYOBU_PREFIX
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" || SOCKETDIR="/var/run/screen"