mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
-- Added romanian.h to manifest -- Made code compile properly on compilers that don't grok 'const' -- Changed PostScript output to be more compatible with Adobe recommendations -- Fixed comment characters in HTML stuff
14 lines
745 B
C
14 lines
745 B
C
/***************************************************************/
|
|
/* */
|
|
/* VERSION.H */
|
|
/* */
|
|
/* What version of remind do we have? */
|
|
/* */
|
|
/* This file is part of REMIND. */
|
|
/* Copyright (C) 1992-1997 by David F. Skoll */
|
|
/* */
|
|
/***************************************************************/
|
|
|
|
/* $Id: version.h,v 1.6 1997-03-30 19:07:52 dfs Exp $ */
|
|
#define VERSION "03.00.17"
|