~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to common/build_version.cpp

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#endif
7
7
 
8
8
#ifndef KICAD_BUILD_VERSION
9
 
#if defined KICAD_GOST
10
 
#   define KICAD_BUILD_VERSION "(2013-jun-18 GOST)"
11
 
#else
12
 
#   define KICAD_BUILD_VERSION "(2013-jun-18)"
13
 
#endif
 
9
#   define KICAD_BUILD_VERSION "(2013-jul-14)"
14
10
#endif
15
11
 
16
12