[Ktutorial-commits] SF.net SVN: ktutorial:[380] trunk/ktutorial
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2012-08-21 20:02:28
|
Revision: 380 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=380&view=rev Author: danxuliu Date: 2012-08-21 20:02:22 +0000 (Tue, 21 Aug 2012) Log Message: ----------- Bump version to 0.5. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/src/main.cpp trunk/ktutorial/ktutorial-library/CMakeLists.txt Modified: trunk/ktutorial/ktutorial-editor/src/main.cpp =================================================================== --- trunk/ktutorial/ktutorial-editor/src/main.cpp 2012-08-20 12:29:53 UTC (rev 379) +++ trunk/ktutorial/ktutorial-editor/src/main.cpp 2012-08-21 20:02:22 UTC (rev 380) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010 by Daniel Calviño Sánchez * + * Copyright (C) 2010-2012 by Daniel Calviño Sánchez * * dan...@gm... * * * * This program is free software; you can redistribute it and/or modify * @@ -25,11 +25,11 @@ int main (int argc, char *argv[]) { KAboutData aboutData("ktutorial-editor", 0, ki18nc("@title", "KTutorial editor"), - "0.1", + "0.5", ki18nc("@title", "An editor to create tutorials for " "<application>KTutorial</application>."), KAboutData::License_GPL_V3, - ki18nc("@info:credit", "Copyright (c) 2010 Daniel Calviño Sánchez")); + ki18nc("@info:credit", "Copyright (c) 2010-2012 Daniel Calviño Sánchez")); aboutData.addAuthor(ki18nc("@info:credit", "Daniel Calviño Sánchez"), ki18nc("@info:credit", "Main developer"), "dan...@gm..."); Modified: trunk/ktutorial/ktutorial-library/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-library/CMakeLists.txt 2012-08-20 12:29:53 UTC (rev 379) +++ trunk/ktutorial/ktutorial-library/CMakeLists.txt 2012-08-21 20:02:22 UTC (rev 380) @@ -5,8 +5,8 @@ ####### KTutorial version ####### set(CMAKE_KTUTORIAL_VERSION_MAJOR 0) -set(CMAKE_KTUTORIAL_VERSION_MINOR 4) -set(CMAKE_KTUTORIAL_VERSION_RELEASE 98) +set(CMAKE_KTUTORIAL_VERSION_MINOR 5) +set(CMAKE_KTUTORIAL_VERSION_RELEASE 0) set(CMAKE_KTUTORIAL_VERSION_STRING "${CMAKE_KTUTORIAL_VERSION_MAJOR}.${CMAKE_KTUTORIAL_VERSION_MINOR}.${CMAKE_KTUTORIAL_VERSION_RELEASE}") enable_testing() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |