Changeset 4595


Ignore:
Timestamp:
Aug 1, 2014 8:16:34 PM (10 years ago)
Author:
ldelgass
Message:

Update version numbers in configure

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/configure

    r4058 r4595  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for geovis 0.1.
     3# Generated by GNU Autoconf 2.69 for geovis 0.4.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    581581PACKAGE_NAME='geovis'
    582582PACKAGE_TARNAME='geovis'
    583 PACKAGE_VERSION='0.1'
    584 PACKAGE_STRING='geovis 0.1'
     583PACKAGE_VERSION='0.4'
     584PACKAGE_STRING='geovis 0.4'
    585585PACKAGE_BUGREPORT='rappture@nanohub.org'
    586586PACKAGE_URL=''
     
    12501250  # This message is too long to be a string in the A/UX 3.1 sh.
    12511251  cat <<_ACEOF
    1252 \`configure' configures geovis 0.1 to adapt to many kinds of systems.
     1252\`configure' configures geovis 0.4 to adapt to many kinds of systems.
    12531253
    12541254Usage: $0 [OPTION]... [VAR=VALUE]...
     
    13111311if test -n "$ac_init_help"; then
    13121312  case $ac_init_help in
    1313      short | recursive ) echo "Configuration of geovis 0.1:";;
     1313     short | recursive ) echo "Configuration of geovis 0.4:";;
    13141314   esac
    13151315  cat <<\_ACEOF
     
    14031403if $ac_init_version; then
    14041404  cat <<\_ACEOF
    1405 geovis configure 0.1
     1405geovis configure 0.4
    14061406generated by GNU Autoconf 2.69
    14071407
     
    18471847running configure, to aid debugging if configure makes a mistake.
    18481848
    1849 It was created by geovis $as_me 0.1, which was
     1849It was created by geovis $as_me 0.4, which was
    18501850generated by GNU Autoconf 2.69.  Invocation command line was
    18511851
     
    49994999# values after options handling.
    50005000ac_log="
    5001 This file was extended by geovis $as_me 0.1, which was
     5001This file was extended by geovis $as_me 0.4, which was
    50025002generated by GNU Autoconf 2.69.  Invocation command line was
    50035003
     
    50525052ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    50535053ac_cs_version="\\
    5054 geovis config.status 0.1
     5054geovis config.status 0.4
    50555055configured by $0, generated by GNU Autoconf 2.69,
    50565056  with options \\"\$ac_cs_config\\"
  • geovis/trunk/configure.in

    r4058 r4595  
    11AC_PREREQ([2.60])
    2 AC_INIT(geovis, 0.1, rappture@nanohub.org)
     2AC_INIT(geovis, 0.4, rappture@nanohub.org)
    33AC_CONFIG_AUX_DIR(cf)
    44
  • pymolproxy/trunk/configure

    r4589 r4595  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for pymolproxy 0.1.
     3# Generated by GNU Autoconf 2.69 for pymolproxy 1.0.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    581581PACKAGE_NAME='pymolproxy'
    582582PACKAGE_TARNAME='pymolproxy'
    583 PACKAGE_VERSION='0.1'
    584 PACKAGE_STRING='pymolproxy 0.1'
     583PACKAGE_VERSION='1.0'
     584PACKAGE_STRING='pymolproxy 1.0'
    585585PACKAGE_BUGREPORT='rappture@nanohub.org'
    586586PACKAGE_URL=''
     
    12811281  # This message is too long to be a string in the A/UX 3.1 sh.
    12821282  cat <<_ACEOF
    1283 \`configure' configures pymolproxy 0.1 to adapt to many kinds of systems.
     1283\`configure' configures pymolproxy 1.0 to adapt to many kinds of systems.
    12841284
    12851285Usage: $0 [OPTION]... [VAR=VALUE]...
     
    13461346if test -n "$ac_init_help"; then
    13471347  case $ac_init_help in
    1348      short | recursive ) echo "Configuration of pymolproxy 0.1:";;
     1348     short | recursive ) echo "Configuration of pymolproxy 1.0:";;
    13491349   esac
    13501350  cat <<\_ACEOF
     
    14491449if $ac_init_version; then
    14501450  cat <<\_ACEOF
    1451 pymolproxy configure 0.1
     1451pymolproxy configure 1.0
    14521452generated by GNU Autoconf 2.69
    14531453
     
    20722072running configure, to aid debugging if configure makes a mistake.
    20732073
    2074 It was created by pymolproxy $as_me 0.1, which was
     2074It was created by pymolproxy $as_me 1.0, which was
    20752075generated by GNU Autoconf 2.69.  Invocation command line was
    20762076
     
    84028402# values after options handling.
    84038403ac_log="
    8404 This file was extended by pymolproxy $as_me 0.1, which was
     8404This file was extended by pymolproxy $as_me 1.0, which was
    84058405generated by GNU Autoconf 2.69.  Invocation command line was
    84068406
     
    84558455ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    84568456ac_cs_version="\\
    8457 pymolproxy config.status 0.1
     8457pymolproxy config.status 1.0
    84588458configured by $0, generated by GNU Autoconf 2.69,
    84598459  with options \\"\$ac_cs_config\\"
  • pymolproxy/trunk/configure.in

    r4589 r4595  
    11AC_PREREQ([2.60])
    2 AC_INIT([pymolproxy], [0.1], [rappture@nanohub.org])
     2AC_INIT([pymolproxy], [1.0], [rappture@nanohub.org])
    33AC_CONFIG_AUX_DIR(cf)
    44
  • vtkvis/trunk/configure

    r4157 r4595  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for vtkvis 1.7.
     3# Generated by GNU Autoconf 2.69 for vtkvis 1.8.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    581581PACKAGE_NAME='vtkvis'
    582582PACKAGE_TARNAME='vtkvis'
    583 PACKAGE_VERSION='1.7'
    584 PACKAGE_STRING='vtkvis 1.7'
     583PACKAGE_VERSION='1.8'
     584PACKAGE_STRING='vtkvis 1.8'
    585585PACKAGE_BUGREPORT='rappture@nanohub.org'
    586586PACKAGE_URL=''
     
    12511251  # This message is too long to be a string in the A/UX 3.1 sh.
    12521252  cat <<_ACEOF
    1253 \`configure' configures vtkvis 1.7 to adapt to many kinds of systems.
     1253\`configure' configures vtkvis 1.8 to adapt to many kinds of systems.
    12541254
    12551255Usage: $0 [OPTION]... [VAR=VALUE]...
     
    13121312if test -n "$ac_init_help"; then
    13131313  case $ac_init_help in
    1314      short | recursive ) echo "Configuration of vtkvis 1.7:";;
     1314     short | recursive ) echo "Configuration of vtkvis 1.8:";;
    13151315   esac
    13161316  cat <<\_ACEOF
     
    14051405if $ac_init_version; then
    14061406  cat <<\_ACEOF
    1407 vtkvis configure 1.7
     1407vtkvis configure 1.8
    14081408generated by GNU Autoconf 2.69
    14091409
     
    18491849running configure, to aid debugging if configure makes a mistake.
    18501850
    1851 It was created by vtkvis $as_me 1.7, which was
     1851It was created by vtkvis $as_me 1.8, which was
    18521852generated by GNU Autoconf 2.69.  Invocation command line was
    18531853
     
    50385038# values after options handling.
    50395039ac_log="
    5040 This file was extended by vtkvis $as_me 1.7, which was
     5040This file was extended by vtkvis $as_me 1.8, which was
    50415041generated by GNU Autoconf 2.69.  Invocation command line was
    50425042
     
    50915091ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    50925092ac_cs_version="\\
    5093 vtkvis config.status 1.7
     5093vtkvis config.status 1.8
    50945094configured by $0, generated by GNU Autoconf 2.69,
    50955095  with options \\"\$ac_cs_config\\"
  • vtkvis/trunk/configure.in

    r4157 r4595  
    11AC_PREREQ([2.60])
    2 AC_INIT([vtkvis], [1.7], [rappture@nanohub.org])
     2AC_INIT([vtkvis], [1.8], [rappture@nanohub.org])
    33AC_CONFIG_AUX_DIR(cf)
    44
Note: See TracChangeset for help on using the changeset viewer.