Changeset ede073c


Ignore:
Timestamp:
May 13, 2011, 1:04:28 PM (13 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
64c829a
Parents:
13ee8f2
Message:
Allow overriding OWL_VERSION_STRING on the command-line.

The Debian packaging does this, and we should be polite and not generate a
warning on every file when they do.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r7b4f3be rede073c  
    6666#include "window.h"
    6767
     68#ifndef OWL_VERSION_STRING
    6869#ifdef  GIT_VERSION
    6970#define stringify(x)       __stringify(x)
     
    7374#define OWL_VERSION_STRING PACKAGE_VERSION
    7475#endif
     76#endif /* !OWL_VERSION_STRING */
    7577
    7678/* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset for help on using the changeset viewer.