Skip to content

Commit 0e5bca2

Browse files
committed
bump version to 1.0.0
1 parent 9e0fa16 commit 0e5bca2

File tree

9 files changed

+56
-35
lines changed

9 files changed

+56
-35
lines changed

FSNode/Version

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
MAJOR_VERSION=0
3-
MINOR_VERSION=1
2+
MAJOR_VERSION=1
3+
MINOR_VERSION=0
44
SUBMINOR_VERSION=0
55

66
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}

GWMetadata/MDKit/config.h.in

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
/* config.h.in. Generated from configure.ac by autoheader. */
1+
/* MDKit/config.h.in. Generated from configure.ac by autoheader. */
22

33
/* debug logging */
44
#undef GW_DEBUG_LOG
55

6+
/* Define to 1 if you have the <dir.h> header file. */
7+
#undef HAVE_DIR_H
8+
9+
/* Define to 1 if you have the `geteuid' function. */
10+
#undef HAVE_GETEUID
11+
12+
/* Define to 1 if you have the `getlogin' function. */
13+
#undef HAVE_GETLOGIN
14+
15+
/* Define to 1 if you have the `getpwnam' function. */
16+
#undef HAVE_GETPWNAM
17+
18+
/* Define to 1 if you have the `getpwuid' function. */
19+
#undef HAVE_GETPWUID
20+
621
/* Define to 1 if you have the <inttypes.h> header file. */
722
#undef HAVE_INTTYPES_H
823

@@ -53,3 +68,6 @@
5368

5469
/* Define to 1 if you have the ANSI C header files. */
5570
#undef STDC_HEADERS
71+
72+
/* Path to unzip */
73+
#undef UNZIP_PATH

GWorkspace/GWorkspaceInfo.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ApplicationName = "GWorkspace";
33
ApplicationDescription = "GNUstep Workspace Manager";
44
ApplicationIcon = "FileManager.tiff";
5-
ApplicationRelease = "0.9.4";
6-
NSBuildVersion = "07 2016";
5+
ApplicationRelease = "1.0.0";
6+
NSBuildVersion = "12 2021";
77
CFBundleIdentifier = "org.gnustep.GWorkspace";
88
Authors = (
99
"Riccardo Mottola",
@@ -12,7 +12,7 @@
1212
"Dennis Leeuw <[email protected]>"
1313
);
1414
URL = "http://www.gnustep.org/experience/GWorkspace.html";
15-
Copyright = "Copyright (C) 2003-2016 Free Software Foundation, Inc.";
15+
Copyright = "Copyright (C) 2003-2021 Free Software Foundation, Inc.";
1616
CopyrightDescription = "Released under the GNU General Public License 2.0 or later";
1717
NSIcon = "FileManager.tiff";
1818
NSRole = "Viewer";

GWorkspace/config.h.in

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
/* config.h.in. Generated from configure.ac by autoheader. */
1+
/* GWorkspace/config.h.in. Generated from configure.ac by autoheader. */
22

33
/* debug logging */
44
#undef GW_DEBUG_LOG
55

6+
/* Define to 1 if you have the <dir.h> header file. */
7+
#undef HAVE_DIR_H
8+
9+
/* Define to 1 if you have the `geteuid' function. */
10+
#undef HAVE_GETEUID
11+
12+
/* Define to 1 if you have the `getlogin' function. */
13+
#undef HAVE_GETLOGIN
14+
15+
/* Define to 1 if you have the `getpwnam' function. */
16+
#undef HAVE_GETPWNAM
17+
18+
/* Define to 1 if you have the `getpwuid' function. */
19+
#undef HAVE_GETPWUID
20+
621
/* Define to 1 if you have the <inttypes.h> header file. */
722
#undef HAVE_INTTYPES_H
823

Operation/OperationInfo.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
ApplicationDescription = "Operation";
55
ApplicationIcon = "Operation.tiff";
66
ApplicationName = "Operation";
7-
ApplicationRelease = "0.9.1";
7+
ApplicationRelease = "1.0.0";
88
}

Recycler/GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PACKAGE_NAME = gworkspace
22
include $(GNUSTEP_MAKEFILES)/common.make
33

4-
VERSION = 0.9.4
4+
VERSION = 1.0.0
55

66
#
77
# MAIN APP

Recycler/RecyclerInfo.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
ApplicationDescription = "Workspace Manager";
66
ApplicationIcon = "Recycler.tiff";
77
ApplicationName = "Recycler";
8-
ApplicationRelease = "0.9.4";
9-
NSBuildVersion = "07 2016";
8+
ApplicationRelease = "1.0.0';
9+
NSBuildVersion = "12 2021";
1010
CFBundleIdentifier = "org.gnustep.GWorkspace.Recycler";
1111
Authors = (
1212
"Riccardo Mottola",
1313
"Enrico Sersale"
1414
);
15-
Copyright = "Copyright (C) 2004-2016 Free Software Foundation, Inc.";
15+
Copyright = "Copyright (C) 2004-2021 Free Software Foundation, Inc.";
1616
CopyrightDescription = "Released under the GNU General Public License 2.0 or later";
1717
}

configure

+10-22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for gworkspace 0.9.4.
3+
# Generated by GNU Autoconf 2.69 for gworkspace 1.0.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='gworkspace'
579579
PACKAGE_TARNAME='gworkspace'
580-
PACKAGE_VERSION='0.9.4'
581-
PACKAGE_STRING='gworkspace 0.9.4'
580+
PACKAGE_VERSION='1.0.0'
581+
PACKAGE_STRING='gworkspace 1.0.0'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -654,7 +654,6 @@ infodir
654654
docdir
655655
oldincludedir
656656
includedir
657-
runstatedir
658657
localstatedir
659658
sharedstatedir
660659
sysconfdir
@@ -729,7 +728,6 @@ datadir='${datarootdir}'
729728
sysconfdir='${prefix}/etc'
730729
sharedstatedir='${prefix}/com'
731730
localstatedir='${prefix}/var'
732-
runstatedir='${localstatedir}/run'
733731
includedir='${prefix}/include'
734732
oldincludedir='/usr/include'
735733
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -982,15 +980,6 @@ do
982980
| -silent | --silent | --silen | --sile | --sil)
983981
silent=yes ;;
984982

985-
-runstatedir | --runstatedir | --runstatedi | --runstated \
986-
| --runstate | --runstat | --runsta | --runst | --runs \
987-
| --run | --ru | --r)
988-
ac_prev=runstatedir ;;
989-
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
990-
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
991-
| --run=* | --ru=* | --r=*)
992-
runstatedir=$ac_optarg ;;
993-
994983
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
995984
ac_prev=sbindir ;;
996985
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1128,7 +1117,7 @@ fi
11281117
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
11291118
datadir sysconfdir sharedstatedir localstatedir includedir \
11301119
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1131-
libdir localedir mandir runstatedir
1120+
libdir localedir mandir
11321121
do
11331122
eval ac_val=\$$ac_var
11341123
# Remove trailing slashes.
@@ -1241,7 +1230,7 @@ if test "$ac_init_help" = "long"; then
12411230
# Omit some internal or obsolete options to make the list less imposing.
12421231
# This message is too long to be a string in the A/UX 3.1 sh.
12431232
cat <<_ACEOF
1244-
\`configure' configures gworkspace 0.9.4 to adapt to many kinds of systems.
1233+
\`configure' configures gworkspace 1.0.0 to adapt to many kinds of systems.
12451234
12461235
Usage: $0 [OPTION]... [VAR=VALUE]...
12471236
@@ -1281,7 +1270,6 @@ Fine tuning of the installation directories:
12811270
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
12821271
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
12831272
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1284-
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
12851273
--libdir=DIR object code libraries [EPREFIX/lib]
12861274
--includedir=DIR C header files [PREFIX/include]
12871275
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1303,7 +1291,7 @@ fi
13031291

13041292
if test -n "$ac_init_help"; then
13051293
case $ac_init_help in
1306-
short | recursive ) echo "Configuration of gworkspace 0.9.4:";;
1294+
short | recursive ) echo "Configuration of gworkspace 1.0.0:";;
13071295
esac
13081296
cat <<\_ACEOF
13091297
@@ -1395,7 +1383,7 @@ fi
13951383
test -n "$ac_init_help" && exit $ac_status
13961384
if $ac_init_version; then
13971385
cat <<\_ACEOF
1398-
gworkspace configure 0.9.4
1386+
gworkspace configure 1.0.0
13991387
generated by GNU Autoconf 2.69
14001388
14011389
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1760,7 +1748,7 @@ cat >config.log <<_ACEOF
17601748
This file contains any messages produced by compilers while
17611749
running configure, to aid debugging if configure makes a mistake.
17621750
1763-
It was created by gworkspace $as_me 0.9.4, which was
1751+
It was created by gworkspace $as_me 1.0.0, which was
17641752
generated by GNU Autoconf 2.69. Invocation command line was
17651753
17661754
$ $0 $@
@@ -3989,7 +3977,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
39893977
# report actual input values of CONFIG_FILES etc. instead of their
39903978
# values after options handling.
39913979
ac_log="
3992-
This file was extended by gworkspace $as_me 0.9.4, which was
3980+
This file was extended by gworkspace $as_me 1.0.0, which was
39933981
generated by GNU Autoconf 2.69. Invocation command line was
39943982
39953983
CONFIG_FILES = $CONFIG_FILES
@@ -4051,7 +4039,7 @@ _ACEOF
40514039
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40524040
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
40534041
ac_cs_version="\\
4054-
gworkspace config.status 0.9.4
4042+
gworkspace config.status 1.0.0
40554043
configured by $0, generated by GNU Autoconf 2.69,
40564044
with options \\"\$ac_cs_config\\"
40574045

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.52)
2-
AC_INIT(gworkspace, 0.9.4)
2+
AC_INIT(gworkspace, 1.0.0)
33

44
if test -z "$GNUSTEP_MAKEFILES"; then
55
AC_MSG_ERROR([You must run the GNUstep initialization script first!])

0 commit comments

Comments
 (0)