summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Ischo <bji@lolita.(none)>2009-01-21 01:30:47 +1300
committerBryan Ischo <bji@lolita.(none)>2009-01-21 01:30:47 +1300
commite36f6a34362f2af314e2bf240df11e1931bc60b4 (patch)
tree5e1b6dbb64229fbd36b9820af316a5de643c2d92
parent2cd111102556c61cff57f12f365b8331b4af9459 (diff)
downloadceph-libs3-e36f6a34362f2af314e2bf240df11e1931bc60b4.tar.gz
Not sure why subversion repository clone to git didn't get these changes,
master (the old trunk) should always have 'trunk' as the version (although I'll probably change this to 'master' sometime soon to match git lingo).
-rw-r--r--GNUmakefile4
-rw-r--r--GNUmakefile.mingw4
-rw-r--r--libs3.spec4
3 files changed, 6 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5b7c1a5..79650ef 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -38,8 +38,8 @@
# --------------------------------------------------------------------------
# Set libs3 version number
-LIBS3_VER_MAJOR := 0
-LIBS3_VER_MINOR := 7
+LIBS3_VER_MAJOR := trunk0
+LIBS3_VER_MINOR := trunk0
LIBS3_VER := $(LIBS3_VER_MAJOR).$(LIBS3_VER_MINOR)
diff --git a/GNUmakefile.mingw b/GNUmakefile.mingw
index 0dff51c..afedb9b 100644
--- a/GNUmakefile.mingw
+++ b/GNUmakefile.mingw
@@ -38,8 +38,8 @@
# --------------------------------------------------------------------------
# Set libs3 version number
-LIBS3_VER_MAJOR := 0
-LIBS3_VER_MINOR := 7
+LIBS3_VER_MAJOR := trunk0
+LIBS3_VER_MINOR := trunk0
LIBS3_VER := $(LIBS3_VER_MAJOR).$(LIBS3_VER_MINOR)
diff --git a/libs3.spec b/libs3.spec
index 7fe1a1a..95c3678 100644
--- a/libs3.spec
+++ b/libs3.spec
@@ -1,11 +1,11 @@
Summary: C Library and Tools for Amazon S3 Access
Name: libs3
-Version: 0.7
+Version: trunk
Release: 1
License: GPL
Group: Networking/Utilities
URL: http://sourceforge.net/projects/reallibs3
-Source0: libs3-0.7.tar.gz
+Source0: libs3-trunk.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
# Want to include curl dependencies, but older Fedora Core uses curl-devel,
# and newer Fedora Core uses libcurl-devel ... have to figure out how to