This commit is contained in:
djerius 2025-04-05 01:19:58 +00:00 committed by GitHub
commit 793f975cdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT([byobu], [5.121], [http://byobu.org])
AC_INIT([byobu], [6.12], [http://byobu.org])
AC_CONFIG_SRCDIR([usr/bin/byobu.in])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_LN_S

View file

@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION=6.12
VERSION=@VERSION@
PKG="byobu"
# All sorts of things go wrong if you don't own your $HOME dir.