diff version.sh @ 420:980bafac238f

write cvs date+version into version.h
author arpi_esp
date Sat, 14 Apr 2001 22:26:27 +0000
parents
children c716b964679e
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
+