From d1f41309a9244132561c310ed536972990eb9ddf Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 7 Feb 2012 02:08:47 +0000 Subject: [PATCH] [misc] increment version to rufus-next * also fixed ms-config.h --- _chver.sh | 2 +- _release.sh | 2 +- configure | 20 ++++++++++---------- configure.ac | 2 +- ms-config.h | 4 ---- src/rufus.rc | 12 ++++++------ 6 files changed, 19 insertions(+), 23 deletions(-) diff --git a/_chver.sh b/_chver.sh index 755fdd98..4b58564e 100644 --- a/_chver.sh +++ b/_chver.sh @@ -43,4 +43,4 @@ sed -f cmd.sed src/rufus.rc > src/rufus.rc~ sed 's/$/\r/' src/rufus.rc~ > src/rufus.rc rm src/rufus.rc~ rm cmd.sed -source _autogen.sh +source autogen.sh diff --git a/_release.sh b/_release.sh index aa963ff8..e5499e21 100644 --- a/_release.sh +++ b/_release.sh @@ -3,7 +3,7 @@ rm -f rufus*.exe ./configure --without-freedos --without-syslinux make clean make release -j2 -./configure --with-freedos +./configure --with-freedos --without-syslinux # The only difference between FreeDOS and non FreeDOS is with the RC # => instead of invoking 'make clean, just remove the RC object rm src/rufus_rc.o diff --git a/configure b/configure index 7fd4c4ec..54e3b2dd 100644 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for rufus 1.0.7. +# Generated by GNU Autoconf 2.68 for rufus 1.0.8. # # Report bugs to . # @@ -559,8 +559,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='rufus' PACKAGE_TARNAME='rufus' -PACKAGE_VERSION='1.0.7' -PACKAGE_STRING='rufus 1.0.7' +PACKAGE_VERSION='1.0.8' +PACKAGE_STRING='rufus 1.0.8' PACKAGE_BUGREPORT='https://github.com/pbatard/rufus/issues' PACKAGE_URL='http://rufus.akeo.ie' @@ -1205,7 +1205,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures rufus 1.0.7 to adapt to many kinds of systems. +\`configure' configures rufus 1.0.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1271,7 +1271,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of rufus 1.0.7:";; + short | recursive ) echo "Configuration of rufus 1.0.8:";; esac cat <<\_ACEOF @@ -1365,7 +1365,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -rufus configure 1.0.7 +rufus configure 1.0.8 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1420,7 +1420,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by rufus $as_me 1.0.7, which was +It was created by rufus $as_me 1.0.8, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2235,7 +2235,7 @@ fi # Define the identity of the package. PACKAGE='rufus' - VERSION='1.0.7' + VERSION='1.0.8' cat >>confdefs.h <<_ACEOF @@ -4122,7 +4122,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by rufus $as_me 1.0.7, which was +This file was extended by rufus $as_me 1.0.8, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4176,7 +4176,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -rufus config.status 1.0.7 +rufus config.status 1.0.8 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 450bbbb7..5f5c7e1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rufus], [1.0.7], [https://github.com/pbatard/rufus/issues], [rufus], [http://rufus.akeo.ie]) +AC_INIT([rufus], [1.0.8], [https://github.com/pbatard/rufus/issues], [rufus], [http://rufus.akeo.ie]) AM_INIT_AUTOMAKE([-Wno-portability foreign no-dist no-dependencies]) AC_CONFIG_SRCDIR([src/rufus.c]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/ms-config.h b/ms-config.h index 919810f9..4fcb7664 100644 --- a/ms-config.h +++ b/ms-config.h @@ -1,12 +1,8 @@ /* Option for Visual Studio and WDK compilation */ /* For MinGW, use "./configure