Select Git revision
Forked from
Nettle / nettle
Source project has a limited visibility.
-
Niels Möller authoredNiels Möller authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
version.h 434 B
/*
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: version.h,v 1.448 2008/07/16 02:54:51 distmaker Exp $
*/
#define PIKE_MAJOR_VERSION 7
#define PIKE_MINOR_VERSION 7
#define PIKE_BUILD_VERSION 94
/* Prototypes begin here */
void f_version(INT32 args);
void push_compact_version();
/* Prototypes end here */