File: version.h

package info (click to toggle)
jed 1%3A0.99.19-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,368 kB
  • ctags: 5,809
  • sloc: ansic: 48,117; sh: 2,977; makefile: 518
file content (18 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef JED_VERSION
#define JED_VERSION	9919

#define JED_VERSION_STR "0.99.19"

/* Copyright (c) 1999, 2000, 2001, 2005-2009 John E. Davis
 * This file is part of JED editor library source.
 *
 * You may distribute this file under the terms the GNU General Public
 * License.  See the file COPYING for more information.
 */

extern int Jed_Version_Number;
extern char *Jed_Version_String;

extern void jed_show_version (FILE *);

#endif				       /* JED_VERSION */