mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-02 21:28:46 +00:00
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:
parent
f9abb3899e
commit
a58dd5a88e
@ -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
1
exec/version.h
Normal file
@ -0,0 +1 @@
|
||||
#define RELEASE_VERSION "trunk"
|
Loading…
Reference in New Issue
Block a user