Build Number -> Platform Version

I have broken up all my builds into builds per-platform. I still call them idea, so I have idea10, idea11, idea12, idea12.1, idea13

Is there any way to map the build number (via an API) to the platform level?

I guess sometimes I forget. So when my automated bug reports come in they have the product build


Sometimes, it would be nice to be able show (IntellijIDEA Ultimate 12.1)

I know this is provided by the applicationInfo xml - but are there some API's to access it?

1

ApplicationInfo.getInstance().getMajorVersion(), .getMinorVersion()

1

Thansk Dmitry - I should have known to look there.

0

请先登录再写评论。