Skip to content

Commit bc666fe

Browse files
committed
Add release 0.5.0
1 parent 903d1f5 commit bc666fe

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-02-16 Gregory John Casamento <greg.casamento@gmail.com>
2+
3+
* GNUmakefile
4+
* Version: Release 0.5.0
5+
16
2024-11-22 Gregory John Casamento <greg.casamento@gmail.com>
27

38
* XCode/PBXFileReference.m

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
1313
#
1414
# Aggregate
1515
#
16-
VERSION = 0.3.0
16+
VERSION = 0.5.0
1717
PACKAGE_NAME = XCode
1818

1919
# Generator bundles

Version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ GNUSTEP_GUI_GCC=4.0.0
88
GNUSTEP_GUI_BASE=1.30.0
99

1010
# numeric value should match above
11-
VERSION_NUMBER=0.1.0
11+
VERSION_NUMBER=0.5.0
1212

1313
VERSION=${VERSION_NUMBER}

0 commit comments

Comments
 (0)