opening 4.1

This commit is contained in:
Dustin Kirkland 2011-05-10 23:34:58 +02:00
commit 4d6e0cf1e0
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
byobu (4.1) unreleased; urgency=low
* UNRELEASED
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 10 May 2011 23:34:58 +0200
byobu (4.0-0ubuntu1) oneiric; urgency=low byobu (4.0-0ubuntu1) oneiric; urgency=low
* usr/bin/byobu-config, usr/share/byobu/keybindings/f-keys, * usr/bin/byobu-config, usr/share/byobu/keybindings/f-keys,

View file

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