File: version.c.in

package info (click to toggle)
wv 1.2.9-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,040 kB
  • sloc: ansic: 31,036; sh: 11,951; xml: 1,677; makefile: 21
file content (17 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
Released under GPL, written by Caolan.McNamara@ul.ie.

Copyright (C) 1998,1999 
	Caolan McNamara

Real Life: Caolan McNamara           *  Doing: MSc in HCI
Work: Caolan.McNamara@ul.ie          *  Phone: +353-86-8790257
URL: http://skynet.csn.ul.ie/~caolan *  Sig: an oblique strategy
How would you have done it?
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

const char* wv_version = "wvWare version @VERSION@";