File: version.h

package info (click to toggle)
movit 1.7.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,248 kB
  • sloc: cpp: 16,677; sh: 3,940; makefile: 167
file content (10 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#ifndef _MOVIT_VERSION_H
#define _MOVIT_VERSION_H 1

// A number that will increase every time the visible user API
// changes, even within git versions. There is no specific version
// documentation outside the regular changelogs, though.

#define MOVIT_VERSION 39

#endif // !defined(_MOVIT_VERSION_H)