Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Sep 19, 2012
1 parent e641e4a commit 5488070
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
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.68 for nemo 1.0.0.
# Generated by GNU Autoconf 2.68 for nemo 1.0.1.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=nemo>.
#
Expand Down Expand Up @@ -571,8 +571,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='nemo'
PACKAGE_TARNAME='nemo'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='nemo 1.0.0'
PACKAGE_VERSION='1.0.1'
PACKAGE_STRING='nemo 1.0.1'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=nemo'
PACKAGE_URL=''

Expand Down Expand Up @@ -1444,7 +1444,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 nemo 1.0.0 to adapt to many kinds of systems.
\`configure' configures nemo 1.0.1 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1514,7 +1514,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of nemo 1.0.0:";;
short | recursive ) echo "Configuration of nemo 1.0.1:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1666,7 +1666,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
nemo configure 1.0.0
nemo configure 1.0.1
generated by GNU Autoconf 2.68

Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2035,7 +2035,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by nemo $as_me 1.0.0, which was
It was created by nemo $as_me 1.0.1, which was
generated by GNU Autoconf 2.68. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2857,7 +2857,7 @@ fi

# Define the identity of the package.
PACKAGE='nemo'
VERSION='1.0.0'
VERSION='1.0.1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -17095,7 +17095,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by nemo $as_me 1.0.0, which was
This file was extended by nemo $as_me 1.0.1, which was
generated by GNU Autoconf 2.68. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -17161,7 +17161,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
nemo config.status 1.0.0
nemo config.status 1.0.1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnl Interface break is not allowed.
m4_define(nemo_extension_current, 5)
m4_define(nemo_extension_revision, 0)

AC_INIT(nemo, 1.0.0, http://bugzilla.gnome.org/enter_bug.cgi?product=nemo)
AC_INIT(nemo, 1.0.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nemo)

dnl ===========================================================================

Expand Down
2 changes: 1 addition & 1 deletion data/nemo-autorun-software.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ MimeType=x-content/unix-software;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nemo
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=1.0.0
X-GNOME-Bugzilla-Version=1.0.1
2 changes: 1 addition & 1 deletion data/nemo.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ MimeType=inode/directory;application/x-gnome-saved-search;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nemo
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=1.0.0
X-GNOME-Bugzilla-Version=1.0.1
2 changes: 1 addition & 1 deletion data/nemo.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ MimeType=inode/directory;application/x-gnome-saved-search;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nemo
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=1.0.0
X-GNOME-Bugzilla-Version=1.0.1
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nemo (1.0.1) maya; urgency=low

* 1.0.1

-- Clement Lefebvre <[email protected]> Wed, 19 Sep 2012 10:32:29 +0100

nemo (1.0.0) maya; urgency=low

* Initial version, based on nautilus 3.4.2-0ubuntu3
Expand Down

0 comments on commit 5488070

Please sign in to comment.