bump the scripting version number

svn path=/trunk/KDE/kdebase/workspace/; revision=1213894
This commit is contained in:
Aaron J. Seigo 2011-01-12 01:55:54 +00:00 committed by Marco Martin
parent d479e58faf
commit f6a19c5834

View File

@ -91,7 +91,7 @@ private:
QScriptValue m_scriptSelf;
};
static const int PLASMA_DESKTOP_SCRIPTING_VERSION = 3;
static const int PLASMA_DESKTOP_SCRIPTING_VERSION = 4;
}
#endif