I found that the AndroidManifest.xml was nor being replaced when I did more compiles, 'release', in my B4A project; but an AndroidManifest-Example.xml was being made. The Android market was using the AndroidManifest.xml for the upload, which as the old version number, where the new version number appears in the AndroidManifext-Example.xml.
So, I deleted both .xml's , re-compiled (Release) my B4A project, and yippieee..the AndroidManifest.xml was created with correct version number integer, and Android market uploaded it.
Is this a bug in B4A 2.2 ? or do have a setting incorrect?
-ray