nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 0f334f8ee4a00bec09e52db19d2a5d3d52a5fb26
parent 587e6e2c88b3348bc8990985158b8c1fcb1fd35e
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed,  2 Dec 2020 11:39:51 +0100

bump the version number in configure.ac too

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see https://www.gnu.org/licenses/. -AC_INIT([GNU nano], [5.3], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [5.4], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE([1.14])