Changeset 65c61ec


Ignore:
Timestamp:
Oct 28, 2016, 5:06:26 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
0afffee
Parents:
2042d41
Message:

file version is made read-only

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    r2042d41 r65c61ec  
    29642964                        # may require auto* software to be installed
    29652965
     2966rm -f version
    29662967echo ${PACKAGE_VERSION} > version               # file containing version number for other tools
     2968chmod ugo-w version
    29672969ver_major=`cut -d '.' -f1 version`              # subdivide version number into components at periods
    29682970ver_minor=`cut -d '.' -f2 version`
  • configure.ac

    r2042d41 r65c61ec  
    1818AM_MAINTAINER_MODE(enable)                      # may require auto* software to be installed
    1919
     20rm -f version
    2021echo ${PACKAGE_VERSION} > version               # file containing version number for other tools
     22chmod ugo-w version
    2123ver_major=`cut -d '.' -f1 version`              # subdivide version number into components at periods
    2224ver_minor=`cut -d '.' -f2 version`
Note: See TracChangeset for help on using the changeset viewer.