Skip to content

Commit

Permalink
bump version to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
s-u committed Oct 31, 2023
1 parent 78efe68 commit 22e98da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.79
#define GUI_VER 1.80
/* 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 4.3.1
#define R_RELEASE 4.3.2

/* 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
2 changes: 1 addition & 1 deletion RGUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define __RGUI_H__

/* GUI version */
#define R_GUI_VERSION_STR "1.79" /* it must be a string, but should parse to a valid real number - also change in InfoPlist.h */
#define R_GUI_VERSION_STR "1.80" /* it must be a string, but should parse to a valid real number - also change in InfoPlist.h */

/* macros for translatable strings */
#define NLS(S) NSLocalizedString(S,@"")
Expand Down

0 comments on commit 22e98da

Please sign in to comment.