Bug 1591

Summary: Update build date in configure.ac
Product: frysk Reporter: Igor Foox <ifoox>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal CC: ifoox
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2235    

Description Igor Foox 2005-10-28 20:31:34 UTC
Make the version be major.minor.patch-level.date. Have a daily cron job to
update the date.
Comment 1 Andrew Cagney 2005-10-31 16:49:46 UTC
This gets the version info into a separate file -- step 1.

Index: ChangeLog
2005-10-31  Andrew Cagney  <cagney@redhat.com>

        * version.in: New file.
        * configure.ac (VERSION_IN): Define by including version.in.
        (AC_INIT): Set version to VERSION_IN.
Comment 2 Andrew Cagney 2005-10-31 17:22:59 UTC
Cron job added.

2005-10-31 -d /cvs/frysk co frysk-top/version.in
1c1
< 0.0.0.20051031
---
> 0.0.0.20051030
Checking in version.in;
/cvs/frysk/frysk-top/version.in,v  <--  version.in
new revision: 1.3; previous revision: 1.2
done

wonder if there is a way of doing this using CVSMODULES