﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3721	CKeditor: Add a parseable version string	Daniel F. Kudwien		"We are trying to add CKeditor support to Drupal's Wysiwyg API in http://drupal.org/node/462146

Wysiwyg API needs to identify the (exact) version of the library though.

Currently, the only version string seems to be located in CHANGES.html, but that is HTML and the version cannot be really parsed easily.

Ideal would be a simple JSDoc directive at the top of ckeditor.js:

{{{
/**
 * @version 3.0-beta2
 */
}}}

However, any other way would probably work as well.  We just need something reliable, ideally located at the top of a file.

"	Task	closed	Normal		General	3.0 Beta 2	fixed		
