Changeset 47a8d17 for config.h.in


Ignore:
Timestamp:
Oct 27, 2016, 3:02:56 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
24eb51ed, 3f0c6a5
Parents:
6d7c3df
Message:

cfa version is now based on file of the same name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config.h.in

    r6d7c3df r47a8d17  
    1919#undef CFA_PREFIX
    2020
     21/* Major.Minor */
     22#undef CFA_VERSION
     23
     24/* Build version number. */
     25#undef CFA_VERSION_BUILD
     26
     27/* Major.Minor.Patch.Build */
     28#undef CFA_VERSION_FULL
     29
     30/* Major.Minor.Patch */
     31#undef CFA_VERSION_LONG
     32
    2133/* Major version number. */
    2234#undef CFA_VERSION_MAJOR
     
    2739/* Patch version number. */
    2840#undef CFA_VERSION_PATCH
     41
     42/* Major */
     43#undef CFA_VERSION_SHORT
    2944
    3045/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Note: See TracChangeset for help on using the changeset viewer.