2f0a5a11d50fa30e21f2229604096659e912e2a3
hiram
  Mon Jun 10 10:18:07 2019 -0700
v383 final build, refs #23583

diff --git src/utils/qa/weeklybld/buildEnv.csh src/utils/qa/weeklybld/buildEnv.csh
index d08312d..7e2775f 100755
--- src/utils/qa/weeklybld/buildEnv.csh
+++ src/utils/qa/weeklybld/buildEnv.csh
@@ -1,29 +1,29 @@
 # set for preview 1: move date and vNNN from REVIEWDAY to LASTREVIEWDAY
 setenv REVIEWDAY 2019-05-27             # v383 preview
 setenv LASTREVIEWDAY 2019-05-06         # v382 preview
 setenv previewSubversion       # empty string unless mistake, otherwise .1 etc
 
 # set for preview 2: move date and vNNN from REVIEW2DAY to LASTREVIEW2DAY
 setenv REVIEW2DAY  2019-06-03           # v383 preview2
 setenv LASTREVIEW2DAY  2019-05-13       # v382 preview2
 setenv preview2Subversion      # empty string unless mistake, otherwise .1 etc
 
 # set these three for final build:  increment NN and copy date from TODAY to LASTWEEK
-setenv BRANCHNN 382                    # increment for new build
-setenv TODAY 2019-05-20                # v382 final, copy to LASTWEEK
-setenv LASTWEEK  2019-04-29            # v381 final, copy from TODAY
+setenv BRANCHNN 383                    # increment for new build
+setenv TODAY 2019-06-10                # v383 final, copy to LASTWEEK
+setenv LASTWEEK 2019-05-20             # v382 final, copy to LASTWEEK
 setenv baseSubversion                  # empty string unless mistake, otherwise .1 etc (warning: fixed for _base but not _branch)
 
 setenv BUILDHOME /hive/groups/browser/newBuild
 setenv WEEKLYBLD ${BUILDHOME}/kent/src/utils/qa/weeklybld
 setenv REPLYTO azweig@ucsc.edu
 
 setenv GITSHAREDREPO hgwdev.gi.ucsc.edu:/data/git/kent.git
 
 # see also paths in kent/java/build.xml
 setenv BUILDDIR $BUILDHOME
 # must get static MYSQL libraries, not the dynamic ones from the auto configuration
 setenv MYSQLINC /usr/include/mysql
 setenv MYSQLLIBS /usr/lib64/mysql/libmysqlclient.a
 setenv JAVABUILD /scratch/javaBuild
 setenv JAVA_HOME /usr/java/default