X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Authority-Analysis: v=2.1 cv=BsITwOn5 c=1 sm=1 tr=0 a=x8qw8EAkfcRkIpZA8Q87Bg==:117 a=BH8+xOIUV1m+WI5b7a/gWQ==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=cO3MHOAM6NsA:10 a=7z1cN_iqozsA:10 a=O1bbeiiOAAAA:8 a=3dWUxAf3JqmCToz3cuAA:9 a=Pt1BueQU1koZkwvUwuUb:22 Date: 22 Aug 2016 10:05:00 MST From: Don Kuenz To: geda-user AT delorie DOT com Message-ID: <20160822b@crcomp.net> Subject: [geda-user] Copy version.h from tarball to git clone X-EN-UserInfo: de154d50cc16294658ed7b7577430c21:931c98230c6409dcc37fa7e93b490c27 X-EN-AuthUser: mail AT crcomp DOT net Sender: Don Kuenz X-EN-OrigIP: 69.144.143.134 X-EN-OrigHost: host-69-144-143-134.csp-wy.client.bresnan.net Reply-To: geda-user AT delorie DOT com Greetings, My git host lacked a proper repository. So a version.h file was copied from the 1.9.2-20150930 tarball and pasted into the topmost geda-gaf git clone directory. The tarball version.h contains: ------------------------------------------------------------------------ /* Date part of package version string. */ #define PACKAGE_DATE_VERSION "20150930" /* Dotted part of package version string. */ #define PACKAGE_DOTTED_VERSION "1.9.2" /* Current git commit. */ #define PACKAGE_GIT_COMMIT "7b0ee03164717d9b9ba9edacd1b1711281a864ef" /* Current 'git describe' version string. */ #define PACKAGE_GIT_VERSION "1.9.1-20140308-471-g7b0ee03" ------------------------------------------------------------------------ Does anyone know how to obtain the proper values of those four defines? Does git log -p -1 return the PACKAGE_GIT_COMMIT? (A last commit date of Sat Jan 16 seems wrong to me.) ------------------------------------------------------------------------ $ git log -p -1 commit f85c2c71ca422a17011ab59d1f886cb85306980e Author: Peter TB Brett Date: Sat Jan 16 11:26:33 2016 +0000 ------------------------------------------------------------------------ Thank you, -- Don Kuenz KB7RPU Always listen to experts. They'll tell you what can't be done, and why. Then do it.