From c28cf398fd956eb467612eec4b31e1df371b9636 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 20 Dec 2007 05:59:34 +0000 Subject: Introduce some kind of versioning --- ot_vector.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ot_vector.c') diff --git a/ot_vector.c b/ot_vector.c index 1cfa4df..2a6d1b3 100644 --- a/ot_vector.c +++ b/ot_vector.c @@ -1,5 +1,7 @@ /* This software was written by Dirk Engling - It is considered beerware. Prost. Skol. Cheers or whatever. */ + It is considered beerware. Prost. Skol. Cheers or whatever. + + $id$ */ /* System */ #include @@ -108,3 +110,5 @@ void vector_remove_torrent( ot_vector *vector, ot_torrent *match ) { vector->data = realloc( vector->data, vector->space * sizeof( ot_torrent ) ); } } + +const char *g_version_vector_c = "$Source$: $Revision$\n"; -- cgit v1.2.3