version.h 685 B

12345678910111213141516171819202122232425262728293031
  1. /**
  2. * version.h
  3. * Protocol version.
  4. *
  5. * Matej Pfajfar <mp292@cam.ac.uk>
  6. */
  7. /*
  8. * Changes :
  9. * $Log$
  10. * Revision 1.2 2002/09/19 20:13:23 arma
  11. * synchronize to the version i've been giving people to test
  12. *
  13. * Revision 1.1.1.1 2002/06/26 22:45:50 arma
  14. * initial commit: current code
  15. *
  16. * Revision 1.3 2002/04/02 14:27:11 badbytes
  17. * Final finishes.
  18. *
  19. * Revision 1.2 2001/12/18 10:37:47 badbytes
  20. * Header files now only apply if they were not previously included from somewhere else.
  21. *
  22. * Revision 1.1 2001/12/18 09:12:05 badbytes
  23. * Defines VERSION to hold the current protocol version.
  24. *
  25. */
  26. #ifndef __VERSION_H
  27. #define OR_VERSION 2
  28. #define __VERSION_H
  29. #endif