X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20140318073922.25660.qmail@stuge.se> Date: Tue, 18 Mar 2014 08:39:22 +0100 From: Peter Stuge To: "geda-user AT delorie DOT com" Subject: Re: [geda-user] pcb-20140316 is released Mail-Followup-To: "geda-user AT delorie DOT com" References: <201403170355 DOT s2H3tavv007601 AT envy DOT delorie DOT com> <532741F8 DOT 8090101 AT buffalo DOT edu> <201403171845 DOT s2HIj1kj012076 AT envy DOT delorie DOT com> <20140317185419 DOT GB5081 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hannu Vuolasaho wrote: > However I would like to see some git magic to happen and > when I click window about I would get date of the last commit > and commit ID. I sometimes forget to pull before make. A nice way is to call git describe --tags in the build scripts, and put the output in a #define. //Peter