diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-06 00:05:40 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-06 00:05:40 +0300 |
commit | 50f07cbee2da2a71a49d99ee2723a182cc3d86b4 (patch) | |
tree | 50f387b5aea5afb59fec965c55bdb873694ab583 /teco.h | |
parent | bf8acce375a7387f6e4f6a01ee806459ddf52636 (diff) | |
download | videoteco-fork-50f07cbee2da2a71a49d99ee2723a182cc3d86b4.tar.gz |
updated AUTO_DATE in teco.h in preparation for v7.0 release
Diffstat (limited to 'teco.h')
-rw-r--r-- | teco.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ #ifndef AUTO_DATE /* should be passed in from the build system */ -#define AUTO_DATE "$Date: 2007/12/10 22:13:07 $" +#define AUTO_DATE "$Date: 2025/05/06 00:03:29 $" #endif /* |