Changeset 883b421 for owl.h


Ignore:
Timestamp:
Aug 11, 2013, 4:40:51 PM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Parents:
76e80de (diff), ca1fb26a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge ca1fb26a9a22aea6ecd68b0150859ef065c6afc5 into 76e80dee6b4f058b982a12b57bc4ec5220eb2e13
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r120dac7 rca1fb26a  
    6464#include "window.h"
    6565
    66 #ifndef OWL_VERSION_STRING
    67 #ifdef  GIT_VERSION
    68 #define stringify(x)       __stringify(x)
    69 #define __stringify(x)     #x
    70 #define OWL_VERSION_STRING stringify(GIT_VERSION)
    71 #else
    72 #define OWL_VERSION_STRING PACKAGE_VERSION
    73 #endif
    74 #endif /* !OWL_VERSION_STRING */
     66extern const char *version;
    7567
    7668/* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset for help on using the changeset viewer.