We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903d1f5 commit bc666feCopy full SHA for bc666fe
3 files changed
ChangeLog
@@ -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
6
2024-11-22 Gregory John Casamento <greg.casamento@gmail.com>
7
8
* XCode/PBXFileReference.m
GNUmakefile
@@ -13,7 +13,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
13
#
14
# Aggregate
15
16
-VERSION = 0.3.0
+VERSION = 0.5.0
17
PACKAGE_NAME = XCode
18
19
# Generator bundles
Version
@@ -8,6 +8,6 @@ GNUSTEP_GUI_GCC=4.0.0
GNUSTEP_GUI_BASE=1.30.0
9
10
# numeric value should match above
11
-VERSION_NUMBER=0.1.0
+VERSION_NUMBER=0.5.0
12
VERSION=${VERSION_NUMBER}
0 commit comments