Skip to content

Commit

Permalink
imported version 0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
jdratlif committed Aug 26, 2019
1 parent 03e478a commit f6d93f0
Show file tree
Hide file tree
Showing 10 changed files with 1,706 additions and 752 deletions.
1,114 changes: 629 additions & 485 deletions DialogBlocks/mpg.pjd

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "Metroid Password Generator"
PROJECT_NUMBER = 0.92
PROJECT_NUMBER = 0.93
OUTPUT_DIRECTORY = apidocs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
8 changes: 4 additions & 4 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
<string>????</string>

<key>CFBundleVersion</key>
<string>0.92</string>
<string>0.93</string>

<key>CFBundleShortVersionString</key>
<string>0.92</string>
<string>0.93</string>

<key>CFBundleGetInfoString</key>
<string>mpg 0.92, (C) 2005 John Ratliff</string>
<string>mpg 0.93, (C) 2005 John Ratliff</string>

<key>CFBundleLongVersionString</key>
<string>0.92, (C) 2005 John Ratliff</string>
<string>0.93, (C) 2005 John Ratliff</string>

<key>NSHumanReadableCopyright</key>
<string>Copyright 2005 John Ratliff</string>
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for mpg 0.92.
# Generated by GNU Autoconf 2.59 for mpg 0.93.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='mpg'
PACKAGE_TARNAME='mpg'
PACKAGE_VERSION='0.92'
PACKAGE_STRING='mpg 0.92'
PACKAGE_VERSION='0.93'
PACKAGE_STRING='mpg 0.93'
PACKAGE_BUGREPORT='[email protected]'

ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os WINDOWS_TRUE WINDOWS_FALSE CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WX_CONFIG_PATH WX_CPPFLAGS WX_CFLAGS WX_CXXFLAGS WX_CFLAGS_ONLY WX_CXXFLAGS_ONLY WX_LIBS WX_LIBS_STATIC WX_VERSION WX_INCLUDES LIBOBJS LTLIBOBJS'
Expand Down Expand Up @@ -738,7 +738,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures mpg 0.92 to adapt to many kinds of systems.
\`configure' configures mpg 0.93 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -804,7 +804,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of mpg 0.92:";;
short | recursive ) echo "Configuration of mpg 0.93:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -930,7 +930,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
mpg configure 0.92
mpg configure 0.93
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -944,7 +944,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mpg $as_me 0.92, which was
It was created by mpg $as_me 0.93, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -1593,7 +1593,7 @@ fi
# Define the identity of the package.
PACKAGE='mpg'
VERSION='0.92'
VERSION='0.93'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3262,7 +3262,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by mpg $as_me 0.92, which was
This file was extended by mpg $as_me 0.93, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3325,7 +3325,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
mpg config.status 0.92
mpg config.status 0.93
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Initialize autoconf
AC_INIT([mpg], [0.92], [[email protected]])
AC_INIT([mpg], [0.93], [[email protected]])

dnl require autoconf >= 2.59
AC_PREREQ([2.59])
Expand Down
Loading

0 comments on commit f6d93f0

Please sign in to comment.