diff --git a/Documentation/ANNOUNCE b/Documentation/ANNOUNCE index 0eaffbc..9771c9e 100644 --- a/Documentation/ANNOUNCE +++ b/Documentation/ANNOUNCE @@ -1,7 +1,7 @@ ANNOUNCE ************ -This is version 0.4.1 of ProjectCenter. This is a bugfix version. +This is version 0.4.2 of ProjectCenter. This is a urgent bugfix version. What is ProjectCenter? ====================== @@ -15,20 +15,10 @@ What is ProjectCenter? distribution fees, for others to use the program. You should read the Documentation/COPYING file for more information. -Noteworthy changes in version `0.4.1'. +Noteworthy changes in version `0.4.2'. ====================================== - * Fixes in file and subprojects handling. - - * Improvements and fixes in file selection dialog. - - * Rewritten toolips code for buttons. Made it NSView compatible - (ready for incorporation into NSView code). - - * All .gorm files updated with latest GORM. - - * Added support for document-based applications (added "Document Types" - panel into Project Inspector). + * Removing root build directory was disabled. How can I get support for this software? diff --git a/GNUmakefile b/GNUmakefile index c8e8e10..4d9029f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,7 +8,7 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # # Main application # -VERSION = 0.4.1 +VERSION = 0.4.2 PACKAGE_NAME = ProjectCenter APP_NAME = ProjectCenter ProjectCenter_APPLICATION_ICON = Images/ProjectCenter.tiff