Updated Spanish translation
[anjuta-git-plugin.git] / tagmanager / ctags.h
blobbe8a62c9685e078dc3f12fb970facfca5fe97e3c
1 /*
2 * $Id$
4 * Copyright (c) 1996-2002, Darren Hiebert
6 * This source code is released for free distribution under the terms of the
7 * GNU General Public License.
9 * Program definitions
11 #ifndef _CTAGS_H
12 #define _CTAGS_H
15 * MACROS
17 #ifndef PROGRAM_VERSION
18 # define PROGRAM_VERSION "5.6"
19 #endif
20 #define PROGRAM_NAME "Exuberant Ctags"
21 #define PROGRAM_URL "http://ctags.sourceforge.net"
22 #define AUTHOR_NAME "Darren Hiebert"
23 #define AUTHOR_EMAIL "dhiebert@users.sourceforge.net"
25 #endif /* _CTAGS_H */
27 /* vi:set tabstop=4 shiftwidth=4: */