source: molecuilder/src/version.h@ 2e06c4

Last change on this file since 2e06c4 was 0af58f, checked in by Frederik Heber <heber@…>, 16 years ago

Fixed versioning.

  • FIX: version.h was falsely excluded in .gitignore
  • FIX: version.h in pcp/src, molecuilder/src and util/src was not added to repository.
  • note that version.c is created by the Makefile, hence is still present in .gitignore and rightly so.

Signed-off-by: Frederik Heber <heber@…>

  • Property mode set to 100644
File size: 98 bytes
Line 
1#ifndef VERSION_H_
2#define VERSION_H_
3
4extern const char *ESPACKVersion;
5
6#endif /* VERSION_H_ */
Note: See TracBrowser for help on using the repository browser.