mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 13:33:23 -07:00
configure.ac, usr/bin/byobu: bump to version 3.0
This commit is contained in:
parent
833e66be18
commit
686f525773
3 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.65])
|
AC_PREREQ([2.65])
|
||||||
AC_INIT(byobu, 2.83, http://bugs.launchpad.net/byobu)
|
AC_INIT(byobu, 3.0, http://bugs.launchpad.net/byobu)
|
||||||
AM_INIT_AUTOMAKE(byobu, 2.83)
|
AM_INIT_AUTOMAKE(byobu, 3.0)
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
|
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -39,6 +39,7 @@ byobu (3.0) unreleased; urgency=low
|
||||||
* configure.ac: fixup BYOBU_PREFIX in the configure, LP: #611157
|
* configure.ac: fixup BYOBU_PREFIX in the configure, LP: #611157
|
||||||
* rpm/byobu.spec: deprecated; byobu is now in Fedora proper; please use
|
* rpm/byobu.spec: deprecated; byobu is now in Fedora proper; please use
|
||||||
that package if you require RPMs
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 02 Aug 2010 18:54:32 -0400
|
||||||
|
|
||||||
|
|
|
@ -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=2.83
|
VERSION=3.0
|
||||||
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr"
|
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr"
|
||||||
export BYOBU_PREFIX
|
export BYOBU_PREFIX
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue