first draft

This commit is contained in:
Alex
2022-04-13 18:01:39 +08:00
commit 906782e134
111 changed files with 15383 additions and 0 deletions

18
release.h Normal file
View 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 */