Skip to content

Commit 28faacf

Browse files
committed
bump version number for a new release
1 parent 4ede21a commit 28faacf

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Tue Mar 5 01:42:05 EST 2013 - Hello World!
22

3+
0.0.6: new tag, since I fixed a bug
34
0.0.5: new tag, since I hadn't created one in awhile
45
0.0.4: new tag; seemed like I was at a good stopping spot...
56
0.0.3: version number chosen by applying semantic versioning principles

Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variant egallager description {Use my GitHub fork for the source} {
5656
PortGroup github 1.0
5757

5858
# My repo is ahead of the main one in terms of versions:
59-
github.setup cooljeanius ${name} 0.0.5
59+
github.setup cooljeanius ${name} 0.0.6
6060
#FIXME: just fetch from the tag instead of doing this:
6161
fetch.type git
6262
git.url git://github.com/cooljeanius/${name}.git

configure

Lines changed: 10 additions & 10 deletions
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.72 for osxbom 0.0.5.
3+
# Generated by GNU Autoconf 2.72 for osxbom 0.0.6.
44
#
55
# Report bugs to <https://github.com/cooljeanius/osxbom/issues>.
66
#
@@ -604,8 +604,8 @@ MAKEFLAGS=
604604
# Identity of this package.
605605
PACKAGE_NAME='osxbom'
606606
PACKAGE_TARNAME='osxbom'
607-
PACKAGE_VERSION='0.0.5'
608-
PACKAGE_STRING='osxbom 0.0.5'
607+
PACKAGE_VERSION='0.0.6'
608+
PACKAGE_STRING='osxbom 0.0.6'
609609
PACKAGE_BUGREPORT='https://github.com/cooljeanius/osxbom/issues'
610610
PACKAGE_URL=''
611611

@@ -1334,7 +1334,7 @@ if test "$ac_init_help" = "long"; then
13341334
# Omit some internal or obsolete options to make the list less imposing.
13351335
# This message is too long to be a string in the A/UX 3.1 sh.
13361336
cat <<_ACEOF
1337-
'configure' configures osxbom 0.0.5 to adapt to many kinds of systems.
1337+
'configure' configures osxbom 0.0.6 to adapt to many kinds of systems.
13381338
13391339
Usage: $0 [OPTION]... [VAR=VALUE]...
13401340
@@ -1406,7 +1406,7 @@ fi
14061406

14071407
if test -n "$ac_init_help"; then
14081408
case $ac_init_help in
1409-
short | recursive ) echo "Configuration of osxbom 0.0.5:";;
1409+
short | recursive ) echo "Configuration of osxbom 0.0.6:";;
14101410
esac
14111411
cat <<\_ACEOF
14121412
@@ -1506,7 +1506,7 @@ fi
15061506
test -n "$ac_init_help" && exit $ac_status
15071507
if $ac_init_version; then
15081508
cat <<\_ACEOF
1509-
osxbom configure 0.0.5
1509+
osxbom configure 0.0.6
15101510
generated by GNU Autoconf 2.72
15111511
15121512
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2064,7 +2064,7 @@ cat >config.log <<_ACEOF
20642064
This file contains any messages produced by compilers while
20652065
running configure, to aid debugging if configure makes a mistake.
20662066
2067-
It was created by osxbom $as_me 0.0.5, which was
2067+
It was created by osxbom $as_me 0.0.6, which was
20682068
generated by GNU Autoconf 2.72. Invocation command line was
20692069
20702070
$ $0$ac_configure_args_raw
@@ -3691,7 +3691,7 @@ fi
36913691

36923692
# Define the identity of the package.
36933693
PACKAGE='osxbom'
3694-
VERSION='0.0.5'
3694+
VERSION='0.0.6'
36953695

36963696

36973697
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -7936,7 +7936,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
79367936
# report actual input values of CONFIG_FILES etc. instead of their
79377937
# values after options handling.
79387938
ac_log="
7939-
This file was extended by osxbom $as_me 0.0.5, which was
7939+
This file was extended by osxbom $as_me 0.0.6, which was
79407940
generated by GNU Autoconf 2.72. Invocation command line was
79417941
79427942
CONFIG_FILES = $CONFIG_FILES
@@ -8004,7 +8004,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
80048004
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
80058005
ac_cs_config='$ac_cs_config_escaped'
80068006
ac_cs_version="\\
8007-
osxbom config.status 0.0.5
8007+
osxbom config.status 0.0.6
80088008
configured by $0, generated by GNU Autoconf 2.72,
80098009
with options \\"\$ac_cs_config\\"
80108010

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl# -*- Autoconf -*-
22
dnl# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.72])dnl
5-
AC_INIT([osxbom],[0.0.5],[https://github.com/cooljeanius/osxbom/issues])dnl
5+
AC_INIT([osxbom],[0.0.6],[https://github.com/cooljeanius/osxbom/issues])dnl
66
AC_CONFIG_SRCDIR([bom.h])dnl
77
AC_CONFIG_AUX_DIR([build-aux])dnl
88
AC_CONFIG_HEADERS([config.h])dnl
@@ -72,8 +72,8 @@ AC_CHECK_TYPES([NXArchInfo],[],[],[
7272

7373
# Checks for library functions.
7474
AC_FUNC_ERROR_AT_LINE
75-
dnl# some of these are only used by the system implementation, and NOT by
76-
dnl# this one:
75+
dnl# some of these are only used by the system implementation of lsbom,
76+
dnl# and NOT by this one (yet, at least):
7777
AC_CHECK_FUNCS([NXGetArchInfoFromName atoi cerr cout close exit \
7878
fflush fprintf fwrite getopt getopt_long getopt_long_only \
7979
getprogname isprint ntohl ntohs printf puts read \

0 commit comments

Comments
 (0)