changeset 420:980bafac238f

write cvs date+version into version.h
author arpi_esp
date Sat, 14 Apr 2001 22:26:27 +0000
parents 742402fad17d
children c0d9b0903d92
files version.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/version.sh	Sat Apr 14 22:26:27 2001 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "#define VERSION \"0.11cvs-"`date -r CVS/Entries +%y%m%d-%H:%M`"\"" >version.h
+