Changed default version identifier.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@702 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
dhiebert 2009-03-14 03:52:21 +00:00
parent 449c7da9df
commit 91f504938f
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
* MACROS
*/
#ifndef PROGRAM_VERSION
# define PROGRAM_VERSION "5.6b1"
# define PROGRAM_VERSION "Development"
#endif
#define PROGRAM_NAME "Exuberant Ctags"
#define PROGRAM_URL "http://ctags.sourceforge.net"
#define PROGRAM_COPYRIGHT "Copyright (C) 1996-2007"
#define PROGRAM_COPYRIGHT "Copyright (C) 1996-2009"
#define AUTHOR_NAME "Darren Hiebert"
#define AUTHOR_EMAIL "dhiebert@users.sourceforge.net"