1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[ui] fix Windows To Go option unconditional display when switching languages

* Also update version to rufus-next
This commit is contained in:
Pete Batard 2018-06-05 15:47:48 +01:00
parent e1d864f755
commit fca4e2d59b
6 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
AC_INIT([rufus], [3.0], [https://github.com/pbatard/rufus/issues], [rufus], [https://rufus.akeo.ie])
AC_INIT([rufus], [3.1], [https://github.com/pbatard/rufus/issues], [rufus], [https://rufus.akeo.ie])
AM_INIT_AUTOMAKE([-Wno-portability foreign no-dist no-dependencies])
AC_CONFIG_SRCDIR([src/rufus.c])
AC_CONFIG_MACRO_DIR([m4])