Changeset 4846 for branches/1.4/gui


Ignore:
Timestamp:
Dec 11, 2014 1:11:02 PM (9 years ago)
Author:
ldelgass
Message:

set version to 1.4

Location:
branches/1.4/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/gui/configure

    r4700 r4846  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for RapptureGUI 1.3.
     3# Generated by GNU Autoconf 2.69 for RapptureGUI 1.4.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    580580PACKAGE_NAME='RapptureGUI'
    581581PACKAGE_TARNAME='rappturegui'
    582 PACKAGE_VERSION='1.3'
    583 PACKAGE_STRING='RapptureGUI 1.3'
     582PACKAGE_VERSION='1.4'
     583PACKAGE_STRING='RapptureGUI 1.4'
    584584PACKAGE_BUGREPORT='rappture@nanohub.org'
    585585PACKAGE_URL=''
     
    12231223  # This message is too long to be a string in the A/UX 3.1 sh.
    12241224  cat <<_ACEOF
    1225 \`configure' configures RapptureGUI 1.3 to adapt to many kinds of systems.
     1225\`configure' configures RapptureGUI 1.4 to adapt to many kinds of systems.
    12261226
    12271227Usage: $0 [OPTION]... [VAR=VALUE]...
     
    12891289if test -n "$ac_init_help"; then
    12901290  case $ac_init_help in
    1291      short | recursive ) echo "Configuration of RapptureGUI 1.3:";;
     1291     short | recursive ) echo "Configuration of RapptureGUI 1.4:";;
    12921292   esac
    12931293  cat <<\_ACEOF
     
    13801380if $ac_init_version; then
    13811381  cat <<\_ACEOF
    1382 RapptureGUI configure 1.3
     1382RapptureGUI configure 1.4
    13831383generated by GNU Autoconf 2.69
    13841384
     
    14351435running configure, to aid debugging if configure makes a mistake.
    14361436
    1437 It was created by RapptureGUI $as_me 1.3, which was
     1437It was created by RapptureGUI $as_me 1.4, which was
    14381438generated by GNU Autoconf 2.69.  Invocation command line was
    14391439
     
    36853685# values after options handling.
    36863686ac_log="
    3687 This file was extended by RapptureGUI $as_me 1.3, which was
     3687This file was extended by RapptureGUI $as_me 1.4, which was
    36883688generated by GNU Autoconf 2.69.  Invocation command line was
    36893689
     
    37383738ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    37393739ac_cs_version="\\
    3740 RapptureGUI config.status 1.3
     3740RapptureGUI config.status 1.4
    37413741configured by $0, generated by GNU Autoconf 2.69,
    37423742  with options \\"\$ac_cs_config\\"
  • branches/1.4/gui/configure.in

    r4700 r4846  
    11
    2 AC_INIT([RapptureGUI],[1.3],[rappture@nanohub.org])
     2AC_INIT([RapptureGUI],[1.4],[rappture@nanohub.org])
    33AC_CONFIG_AUX_DIR(cf)
    44#------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.