File: version.h

package info (click to toggle)
afbackup 3.3.6pl4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,872 kB
  • ctags: 3,143
  • sloc: ansic: 44,316; tcl: 4,189; sh: 2,263; csh: 2,077; makefile: 566; sed: 93; perl: 80
file content (23 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/****************** Start of $RCSfile: version.h,v $  ****************
*
* $Source: /home/alb/afbackup/afbackup-3.3.6/RCS/version.h,v $
* $Id: version.h,v 1.3 2002/02/27 10:17:11 alb Exp alb $
* $Date: 2002/02/27 10:17:11 $
* $Author: alb $
*
*
******* description ***********************************************
*
*
*
*******************************************************************/

#ifndef	__VERSION_H
#define	__VERSION_H	__VERSION_H

#define	VERSION_STRING		"3.3.6"
#define	RELEASE_NUMBER		3
#define	VERSION_NUMBER		3
#define	MINOR_VERSION_NUMBER	6

#endif