[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (c9ec925b0f0c9499930cd7c3a47c3f4161346832)



The branch, master has been updated
       via  c9ec925b0f0c9499930cd7c3a47c3f4161346832 (commit)
      from  aad59586a61ff11c9cb1201c2d361bd4f459966c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/gts/gts.h |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)


=================
 Commit Messages
=================

commit c9ec925b0f0c9499930cd7c3a47c3f4161346832
Author: Anthony Blake <tonyb33@xxxxxxxxx>
Commit: Anthony Blake <tonyb33@xxxxxxxxx>

    gts.h fix
    
    Fixes the include of gtsconfig.h

:100644 100644 70d0f07... ad4f0d5... M	src/gts/gts.h

=========
 Changes
=========

commit c9ec925b0f0c9499930cd7c3a47c3f4161346832
Author: Anthony Blake <tonyb33@xxxxxxxxx>
Commit: Anthony Blake <tonyb33@xxxxxxxxx>

    gts.h fix
    
    Fixes the include of gtsconfig.h

diff --git a/src/gts/gts.h b/src/gts/gts.h
index 70d0f07..ad4f0d5 100644
--- a/src/gts/gts.h
+++ b/src/gts/gts.h
@@ -22,12 +22,10 @@
 
 #include <stdio.h>
 #include <glib.h>
-#ifndef NATIVE_WIN32
-# include <gtsconfig.h>
-#endif
-#ifdef GTS_COMPILATION
-# include "config.h"
-#endif /* not GTS_COMPILATION */
+
+#define GTS_MAJOR_VERSION 0
+#define GTS_MINOR_VERSION 7
+#define GTS_MICRO_VERSION 6
 
 #ifdef __cplusplus
 extern "C" {




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs