mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
version bump
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31698 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e9ecaf9b08
commit
a0f1d6efca
4 changed files with 13 additions and 3 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,4 +1,13 @@
|
|||
2010-11-28 Riccardo MOttola
|
||||
2010-12-01 Riccardo Mottola
|
||||
|
||||
* Framework/PCProjectManager.m:
|
||||
Create project in a path with the project name.
|
||||
|
||||
* Resources/Info-gnustep.plist,
|
||||
* English.lproj/Info.gorm
|
||||
Version bump.
|
||||
|
||||
2010-11-28 Riccardo Mottola
|
||||
|
||||
* Framework/PCMakefileFactory.m
|
||||
* Framework/PCProjectBuilder.m
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,7 +3,7 @@
|
|||
ApplicationName = "ProjectCenter";
|
||||
ApplicationDescription = "GNUstep Integrated Development Environment";
|
||||
ApplicationIcon = "ProjectCenter.tiff";
|
||||
ApplicationRelease = "0.5.1";
|
||||
ApplicationRelease = "0.6.0";
|
||||
FullVersionID = "HEAD";
|
||||
Authors = (
|
||||
"Philippe C.D. Robert",
|
||||
|
@ -13,7 +13,8 @@
|
|||
"Nicola Pero",
|
||||
"Pierre-Yves Rivaille",
|
||||
"Adam Fedor",
|
||||
"Gregory Jonh Casamento");
|
||||
"Gregory Jonh Casamento",
|
||||
"Riccardo Mottola");
|
||||
NSIcon = "ProjectCenter.tiff";
|
||||
NSExecutable = ProjectCenter;
|
||||
NSMainNibFile = ProjectCenter.gorm;
|
||||
|
|
Loading…
Reference in a new issue