Version nr ?

hi,
.
I’ve sucessful (after a lot of work and swearing) updated my shop to. 4.8.4

  • but it still says in admin 4.8.3 - new version available.

Where is the version nr hidden ?
Both pkg.rev and pkg.info are from PATCH_OXID_ESHOP_CE_V.4.8.3_TO_V.4.8.4
so there must be somewhere else where the version number is.
I would assume the db, OXCONFIG, but skimming over it, i cannot find the var

thanks

It’s in oxshops.oxversion: http://docu.oxid-esales.com/CE/sourcecodedocumentation/4.8.4.10ee522f7b6f865ef6ce0b859f3b3156a32c36db/classox_view.html#ad3a2ca6a552b6f3ed59fda9f817df9b5

yep thanks this does the trick
UPDATE oxshops SET OXVERSION = ‘4.8.4’;