Skip to content

Commit

Permalink
update to r7985 for R 4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
s-u committed Aug 10, 2021
1 parent a584844 commit 47e9231
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions InfoPlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*/

/* GUI version as shown in infos e.g. 1.27-devel */
#define GUI_VER 1.77-devel
#define GUI_VER 1.77
/* R postfix used to denote release versions of GUI - set to R release version (e.g. 2.8.0) or to anything that will be shown in between R and GUI (e.g. - or for Mac) */
#define R_RELEASE for macOS
#define R_RELEASE 4.1.1

/* NOTE: unfortunately it is NOT possible to rely on MAC_OS_X_VERSION_MIN_REQUIRED,
because Xcode's Info.plist processing does NOT include flags that are passed to
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
NEWS for R.app GUI for Mac OS X

-- Release Version 1.77 (7985) - supplied with R 4.1.1 --

Last-update: 2021-05-29
* Documentation/FAQ updates [BDR]

-- Release Version 1.76 (7976) - supplied with R 4.1.0 --

Last-update: 2021-05-19
Expand Down
2 changes: 1 addition & 1 deletion RController.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* writing to the Free Software Foundation, Inc., 59 Temple Place,
* Suite 330, Boston, MA 02111-1307 USA.
*
* $Id$
* $Id: RController.h 7916 2021-01-25 03:35:33Z urbaneks $
*/

#import "RGUI.h"
Expand Down
2 changes: 1 addition & 1 deletion RController.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* writing to the Free Software Foundation, Inc., 59 Temple Place,
* Suite 330, Boston, MA 02111-1307 USA.
*
* $Id$
* $Id: RController.m 7970 2021-05-08 23:45:49Z urbaneks $
*/


Expand Down
2 changes: 1 addition & 1 deletion RTextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Suite 330, Boston, MA 02111-1307 USA.
*
* Created by Simon Urbanek on 5/11/05.
* $Id$
* $Id: RTextView.h 7927 2021-02-12 02:19:59Z urbaneks $
*/

#import "CCComp.h"
Expand Down
2 changes: 1 addition & 1 deletion RTextView.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Suite 330, Boston, MA 02111-1307 USA.
*
* Created by Simon Urbanek on 5/11/05.
* $Id$
* $Id: RTextView.m 7927 2021-02-12 02:19:59Z urbaneks $
*/


Expand Down
2 changes: 1 addition & 1 deletion Tools/GlobalExHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Suite 330, Boston, MA 02111-1307 USA.
*
* Created by Simon Urbanek on 4/14/05.
* $Id$
* $Id: GlobalExHandler.h 1363 2005-04-14 16:44:08Z urbaneks $
*/

#import <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion Tools/GlobalExHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Suite 330, Boston, MA 02111-1307 USA.
*
* Created by Simon Urbanek on 4/14/05.
* $Id$
* $Id: GlobalExHandler.m 5707 2011-03-14 22:00:36Z urbaneks $
*/

#import "GlobalExHandler.h"
Expand Down
6 changes: 3 additions & 3 deletions docs/RMacOSX-FAQ.texi
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
@settitle R for macOS FAQ
@setchapternewpage on
@set FAQ-YEAR 2021
@set FAQ-VERSION 4.1.0 @value{FAQ-YEAR}-05-18
@set REL-VERSION 4.1.0
@set GUI-VERSION 1.75
@set FAQ-VERSION 4.1.1 @value{FAQ-YEAR}-08-10
@set REL-VERSION 4.1.1
@set GUI-VERSION 1.77
@documentlanguage en
@documentencoding ISO-8859-1
@c %**end of header
Expand Down
2 changes: 1 addition & 1 deletion main.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Suite 330, Boston, MA 02111-1307 USA.
*
* Created by Stefano Iacus on 7/26/04.
* $Id$
* $Id: main.m 7917 2021-01-25 03:37:15Z urbaneks $
*/

#import <Cocoa/Cocoa.h>
Expand Down

0 comments on commit 47e9231

Please sign in to comment.