Changeset 6227 for branches/1.7/gui


Ignore:
Timestamp:
Mar 31, 2016, 12:29:25 PM (9 years ago)
Author:
ldelgass
Message:

bump version to 1.7

Location:
branches/1.7/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7/gui/configure

    r6160 r6227  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for RapptureGUI 1.6.
     3# Generated by GNU Autoconf 2.69 for RapptureGUI 1.7.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    580580PACKAGE_NAME='RapptureGUI'
    581581PACKAGE_TARNAME='rappturegui'
    582 PACKAGE_VERSION='1.6'
    583 PACKAGE_STRING='RapptureGUI 1.6'
     582PACKAGE_VERSION='1.7'
     583PACKAGE_STRING='RapptureGUI 1.7'
    584584PACKAGE_BUGREPORT='rappture@nanohub.org'
    585585PACKAGE_URL=''
     
    12281228  # This message is too long to be a string in the A/UX 3.1 sh.
    12291229  cat <<_ACEOF
    1230 \`configure' configures RapptureGUI 1.6 to adapt to many kinds of systems.
     1230\`configure' configures RapptureGUI 1.7 to adapt to many kinds of systems.
    12311231
    12321232Usage: $0 [OPTION]... [VAR=VALUE]...
     
    12941294if test -n "$ac_init_help"; then
    12951295  case $ac_init_help in
    1296      short | recursive ) echo "Configuration of RapptureGUI 1.6:";;
     1296     short | recursive ) echo "Configuration of RapptureGUI 1.7:";;
    12971297   esac
    12981298  cat <<\_ACEOF
     
    13851385if $ac_init_version; then
    13861386  cat <<\_ACEOF
    1387 RapptureGUI configure 1.6
     1387RapptureGUI configure 1.7
    13881388generated by GNU Autoconf 2.69
    13891389
     
    14401440running configure, to aid debugging if configure makes a mistake.
    14411441
    1442 It was created by RapptureGUI $as_me 1.6, which was
     1442It was created by RapptureGUI $as_me 1.7, which was
    14431443generated by GNU Autoconf 2.69.  Invocation command line was
    14441444
     
    37013701# values after options handling.
    37023702ac_log="
    3703 This file was extended by RapptureGUI $as_me 1.6, which was
     3703This file was extended by RapptureGUI $as_me 1.7, which was
    37043704generated by GNU Autoconf 2.69.  Invocation command line was
    37053705
     
    37543754ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    37553755ac_cs_version="\\
    3756 RapptureGUI config.status 1.6
     3756RapptureGUI config.status 1.7
    37573757configured by $0, generated by GNU Autoconf 2.69,
    37583758  with options \\"\$ac_cs_config\\"
  • branches/1.7/gui/configure.in

    r6160 r6227  
    11
    2 AC_INIT([RapptureGUI],[1.6],[rappture@nanohub.org])
     2AC_INIT([RapptureGUI],[1.7],[rappture@nanohub.org])
    33AC_CONFIG_AUX_DIR(cf)
    44#------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.