first draft
This commit is contained in:
18
release.h
Normal file
18
release.h
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
* $smu-mark$
|
||||
* $name: release.h$
|
||||
* $author: Salvatore Sanfilippo <antirez@invece.org>$
|
||||
* $copyright: Copyright (C) 1999 by Salvatore Sanfilippo$
|
||||
* $license: This software is under GPL version 2 of license$
|
||||
* $date: Fri Nov 16 11:55:49 MET 1999$
|
||||
* $rev: 17$
|
||||
*/
|
||||
|
||||
#ifndef _RELEASE_H
|
||||
#define _RELEASE_H
|
||||
|
||||
#define RELEASE_VERSION "3.0.0-koszik"
|
||||
#define RELEASE_DATE "Sun Apr 16 07:19:17 CEST 2006"
|
||||
#define CONTACTS "<koszik@atw.hu>"
|
||||
|
||||
#endif /* _RELEASE_H */
|
Reference in New Issue
Block a user