Automatically versionize when building

This commit is contained in:
Ron Pedde
2006-05-07 07:35:43 +00:00
parent 6db7465303
commit 5afe726aeb
6 changed files with 35 additions and 12 deletions

View File

@@ -116,7 +116,7 @@
/* #undef HAVE_VORBIS_CODEC_H */
/* Name of package */
#define PACKAGE "mt-daapd"
#define PACKAGE "Firefly Media Server"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
@@ -149,6 +149,8 @@
#define HAVE_SQL
/* Version number of package */
#define VERSION "0.3.0"
#define VERSION "svn-$WCREV$"
#define BUILD_DATE "$WCNOW$"
#define REPO_DATE "$WCDATE$"
#include "win32.h"