Skip to content

Commit fdd93fe

Browse files
committed
update to r8416
1 parent 308541a commit fdd93fe

11 files changed

+11
-445
lines changed

InfoPlist.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* GUI version as shown in infos e.g. 1.27-devel */
1111
#define GUI_VER 1.80
1212
/* 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) */
13-
#define R_RELEASE 4.3.2
13+
#define R_RELEASE 4.4.1
1414

1515
/* NOTE: unfortunately it is NOT possible to rely on MAC_OS_X_VERSION_MIN_REQUIRED,
1616
because Xcode's Info.plist processing does NOT include flags that are passed to

NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
NEWS for R.app GUI for Mac OS X
22

3+
-- Release Version 1.80 (8416) - supplied with R 4.4.1 --
4+
-- Release Version 1.80 (8376) - supplied with R 4.4.0 --
5+
-- Release Version 1.80 (8338) - supplied with R 4.3.3 --
6+
-- Release Version 1.80 (8281) - supplied with R 4.3.2 --
7+
38
Last-update: 2023-10-31
49
* Add Spanish translation (many thanks to Roberto Villegas-Diaz!)
510

RController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* writing to the Free Software Foundation, Inc., 59 Temple Place,
2727
* Suite 330, Boston, MA 02111-1307 USA.
2828
*
29-
* $Id: RController.m 8095 2022-06-24 10:46:39Z urbaneks $
29+
* $Id: RController.m 8280 2023-10-31 02:30:38Z urbaneks $
3030
*/
3131

3232

ar.lproj/Localizable.strings

-283
This file was deleted.

ca.lproj/Localizable.strings

-1
This file was deleted.

docs/RMacOSX-FAQ.texi

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
@setfilename RMacOSX-FAQ.info
44
@settitle R for macOS FAQ
55
@setchapternewpage on
6-
@set FAQ-YEAR 2023
7-
@set FAQ-VERSION 4.3.1 @value{FAQ-YEAR}-06-16
8-
@set REL-VERSION 4.3.1
9-
@set GUI-VERSION 1.79
6+
@set FAQ-YEAR 2024
7+
@set FAQ-VERSION 4.4.1 @value{FAQ-YEAR}-06-14
8+
@set REL-VERSION 4.4.1
9+
@set GUI-VERSION 1.80
1010
@documentlanguage en
1111
@documentencoding ISO-8859-1
1212
@c %**end of header

hi.lproj/Localizable.strings

-1
This file was deleted.

hu.lproj/Localizable.strings

-1
This file was deleted.

ne.lproj/Localizable.strings

-14
This file was deleted.

0 commit comments

Comments
 (0)