New make release in top level makefile

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1077 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2006-06-21 23:03:11 +00:00
parent f9abb3899e
commit a58dd5a88e
2 changed files with 3 additions and 3 deletions

View File

@ -75,11 +75,10 @@
#include "timer.h"
#include "print.h"
#include "util.h"
#include "version.h"
#define SERVER_BACKLOG 5
static char *release_name = "Wilson version 0.77";
static int ais_uid = 0;
static int gid_valid = 0;
@ -376,7 +375,7 @@ int main (int argc, char **argv)
int totem_log_service;
log_init ("MAIN");
log_printf (LOG_LEVEL_NOTICE, "AIS Executive Service RELEASE %s\n", release_name);
log_printf (LOG_LEVEL_NOTICE, "AIS Executive Service RELEASE '%s'\n", RELEASE_VERSION);
log_printf (LOG_LEVEL_NOTICE, "Copyright (C) 2002-2006 MontaVista Software, Inc and contributors.\n");
log_printf (LOG_LEVEL_NOTICE, "Copyright (C) 2006 Red Hat, Inc.\n");

1
exec/version.h Normal file
View File

@ -0,0 +1 @@
#define RELEASE_VERSION "trunk"