* [btrfs-progs: PATCH] version.sh: fix version when built from tarball
@ 2012-10-11 8:43 Sergei Trofimovich
2012-10-11 14:03 ` Chris Mason
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2012-10-11 8:43 UTC (permalink / raw)
To: linux-btrfs; +Cc: Chris Mason, Josef Bacik, Sergei Trofimovich
From: Sergei Trofimovich <slyfox@gentoo.org>
[from 0.20-rc1 tarball]
Before the patch:
$ ./btrfs --version
Btrfs Btrfs v0.19
After the patch:
$ ./btrfs --version
Btrfs v0.20-rc1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
version.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/version.sh b/version.sh
index af3e441..b81040e 100644
--- a/version.sh
+++ b/version.sh
@@ -6,7 +6,7 @@
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="Btrfs v0.19"
+v="v0.20-rc1"
which git &> /dev/null
if [ $? == 0 -a -d .git ]; then
--
1.7.12
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [btrfs-progs: PATCH] version.sh: fix version when built from tarball
2012-10-11 8:43 [btrfs-progs: PATCH] version.sh: fix version when built from tarball Sergei Trofimovich
@ 2012-10-11 14:03 ` Chris Mason
0 siblings, 0 replies; 2+ messages in thread
From: Chris Mason @ 2012-10-11 14:03 UTC (permalink / raw)
To: Sergei Trofimovich
Cc: linux-btrfs@vger.kernel.org, Chris Mason, Josef Bacik,
Sergei Trofimovich
On Thu, Oct 11, 2012 at 02:43:48AM -0600, Sergei Trofimovich wrote:
> From: Sergei Trofimovich <slyfox@gentoo.org>
>
> [from 0.20-rc1 tarball]
>
> Before the patch:
> $ ./btrfs --version
> Btrfs Btrfs v0.19
>
> After the patch:
> $ ./btrfs --version
> Btrfs v0.20-rc1
Thanks!
-chris
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-11 14:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11 8:43 [btrfs-progs: PATCH] version.sh: fix version when built from tarball Sergei Trofimovich
2012-10-11 14:03 ` Chris Mason
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).