f6c1c36a3ab903529fc5855bf3de785434b4cad7
galt
  Fri Jan 24 15:15:22 2020 -0800
Increment BLAT version. This makes it easier to do the gfServer rollout. Now we can easily identify the newest versions that tolerate IPv6 being disabled.

diff --git src/inc/genoFind.h src/inc/genoFind.h
index 1af2c69..483a6f3 100644
--- src/inc/genoFind.h
+++ src/inc/genoFind.h
@@ -370,19 +370,19 @@
    int minScore, struct gfOutput *out);
 /* Chop up query into pieces, align each in translated space, and stitch back
  * together again as nucleotides. */
 
 struct gfClump *gfPcrClumps(struct genoFind *gf, 
         char *fPrimer, int fPrimerSize, char *rPrimer, int rPrimerSize,
 	int minDistance, int maxDistance);
 /* Find possible PCR hits.  The fPrimer and rPrimer are on opposite strands.
  * Note: unlike clumps from other query functions, PCR clumps from this 
  * function have already had clump->target->start subtracted from 
  * clump->tStart and clump->tEnd so that the coords are relative to that 
  * target sequence (not the collection of all target sequences). */
 
 #define MAXSINGLEPIECESIZE 5000 /* maximum size of a single piece */
 
-#define gfVersion "36x4"	/* Current BLAT version number */
+#define gfVersion "36x5"	/* Current BLAT version number */
 
 #endif /* GENOFIND_H */