Changeset 4595 for pymolproxy/trunk


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

Update version numbers in configure

Location:
pymolproxy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.