File: version.h.in

package info (click to toggle)
globus-gram-job-manager 14.35-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,800 kB
  • ctags: 1,868
  • sloc: ansic: 32,225; sh: 12,188; perl: 1,502; makefile: 643; yacc: 536; lex: 215
file content (9 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (78)
1
2
3
4
5
6
7
8
9
static
globus_version_t local_version = 
{
    @MAJOR_VERSION@,
    @MINOR_VERSION@,
    @DIRT_TIMESTAMP@,
    @DIRT_BRANCH_ID@
};