Applied patches to Git interpreter from Gargoyle source code
[projects/chimara/chimara.git] / interpreters / git / gestalt.c
index fb582807eb013329e95c442bcfe73bfa07e2252d..0253433caf55d8471697fc961f805c02d5d9ebd4 100644 (file)
@@ -5,7 +5,7 @@ git_uint32 gestalt (enum GestaltSelector sel, git_uint32 param)
     switch (sel)
     {
         case GESTALT_SPEC_VERSION:
-            return 0x00030100;
+            return 0x00030101;
     
         case GESTALT_TERP_VERSION:
             return GIT_VERSION_NUM;