When adding an application if I use 2.14.4 as my version number the page returns "error connecting to database." entering 2144 allows the application to be added. Could we support periods in the version number as versioning commonly uses decimal point revisions? alternately, could the version field be sanitized and any non-allowable characters be removed. another alternative could be to simply parse and tell the user that the problem is (as I had to guess when receiving that error message that the version number was the issue).
Thanks!