diff --git a/Jenkinsfile b/Jenkinsfile
index b972e69a..c24eaea4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
- withEnv(['NEXT_BUILD_NUMBER=944']) {
+ withEnv(['NEXT_BUILD_NUMBER=947']) {
// env.versionNumber = VersionNumber(versionNumberString : '6.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '6.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
diff --git a/MP-Admin/BCode.aspx b/MP-Admin/BCode.aspx
index 593aae0b..f4453a37 100644
--- a/MP-Admin/BCode.aspx
+++ b/MP-Admin/BCode.aspx
@@ -6,5 +6,6 @@