configure.ac, usr/bin/byobu: bump to version 3.0

This commit is contained in:
Dustin Kirkland 2010-08-02 20:05:17 -04:00
commit 686f525773
3 changed files with 4 additions and 3 deletions

View file

@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT(byobu, 2.83, http://bugs.launchpad.net/byobu)
AM_INIT_AUTOMAKE(byobu, 2.83)
AC_INIT(byobu, 3.0, http://bugs.launchpad.net/byobu)
AM_INIT_AUTOMAKE(byobu, 3.0)
# Checks for programs.

1
debian/changelog vendored
View file

@ -39,6 +39,7 @@ byobu (3.0) unreleased; urgency=low
* configure.ac: fixup BYOBU_PREFIX in the configure, LP: #611157
* rpm/byobu.spec: deprecated; byobu is now in Fedora proper; please use
that package if you require RPMs
* configure.ac, usr/bin/byobu: bump to version 3.0
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 02 Aug 2010 18:54:32 -0400

View file

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
PKG="byobu"
VERSION=2.83
VERSION=3.0
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr"
export BYOBU_PREFIX