From 034f2de382255633de631f457cf135c681f44bb4 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 19 Apr 2018 21:21:02 -0400 Subject: [PATCH] v1.3.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f0a8dfe..6a64267 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([switch-tools],[1.2.0],[https://github.com/switchbrew/switch-tools/issues]) +AC_INIT([switch-tools],[1.3.0],[https://github.com/switchbrew/switch-tools/issues]) AC_CONFIG_SRCDIR([src/build_pfs0.c]) AM_INIT_AUTOMAKE([subdir-objects])