summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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