]> git.proxmox.com Git - mirror_zfs-debian.git/blame - debian/get_next.sh
Bump linux_compat to 4.18 .
[mirror_zfs-debian.git] / debian / get_next.sh
CommitLineData
77112a72
AX
1#!/bin/sh
2
3SUPPORT=$(cat debian/linux_compat)
4MAJOR=$(echo $SUPPORT|cut -d'.' -f1)
5MINOR=$(echo $SUPPORT|cut -d'.' -f2)
6NEXT=$((MINOR+1))
7
8echo "${MAJOR}.${NEXT}"