diff --git a/makefile b/makefile
index ba0192b79eaca8c81fa1fe915d2645392362ef19..be2b805309a0d4d7f4b7e9dd559f6655dc868e1e 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
 DATE = $(shell date +%m%d)
-VERSION = v3_021
-DYNARE_ROOT = dynare_v3.021
+VERSION = v3_062
+DYNARE_ROOT = dynare_v3
 FNAME_MAT = $(DYNARE_ROOT)/zips/dyn_mat_$(VERSION)
 FNAME_PAR = $(DYNARE_ROOT)/zips/dyn_parser_$(VERSION)
 MZIP_FILE = dyn_mat_$(VERSION).zip 
diff --git a/tests/fs2000/fs2000a.mod b/tests/fs2000/fs2000a.mod
index 4724b480abf7da9e434141e341a92c62c8c7fd83..f9593da2d93b7f85f771a93583f7be8fc5427b24 100644
--- a/tests/fs2000/fs2000a.mod
+++ b/tests/fs2000/fs2000a.mod
@@ -98,4 +98,6 @@ end;
 options_.unit_root_vars = {'P_obs'; 'Y_obs'};
 
 //stoch_simul(order=1,nomoments,irf=0);
-estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_drop=0.45);
\ No newline at end of file
+//estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_drop=0.45,smoother,forecast=5,bayesian_irf,moments_varendo,filtered_vars,load_mh_file,mode_compute=0,mode_file=fs2000a_mode,nodiagnostic) P_obs Y_obs gp_obs gy_obs c;
+//estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=0,mh_nblocks=2,mh_drop=0.45,forecast=5,load_mh_file,mode_compute=0,mode_file=fs2000a_mode,nodiagnostic) P_obs Y_obs gp_obs gy_obs c;
+estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=0,mh_nblocks=2,mh_drop=0.45,bayesian_irf,moments_varendo,load_mh_file,mode_compute=0,mode_file=fs2000a_mode,nodiagnostic) P_obs Y_obs gp_obs gy_obs c;