summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile4
-rw-r--r--GNUmakefile.mingw4
-rw-r--r--archlinux/PKGBUILD2
-rw-r--r--doxyfile2
-rw-r--r--libs3.spec4
5 files changed, 8 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index eb16954..82a851c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -38,8 +38,8 @@
# --------------------------------------------------------------------------
# Set libs3 version number
-LIBS3_VER_MAJOR := 1
-LIBS3_VER_MINOR := 4
+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 aab4f02..7d3f830 100644
--- a/GNUmakefile.mingw
+++ b/GNUmakefile.mingw
@@ -38,8 +38,8 @@
# --------------------------------------------------------------------------
# Set libs3 version number
-LIBS3_VER_MAJOR := 1
-LIBS3_VER_MINOR := 4
+LIBS3_VER_MAJOR := trunk0
+LIBS3_VER_MINOR := trunk0
LIBS3_VER := $(LIBS3_VER_MAJOR).$(LIBS3_VER_MINOR)
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD
index 801bda1..61a1fa9 100644
--- a/archlinux/PKGBUILD
+++ b/archlinux/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Bryan Ischo <bryan@ischo.com>
pkgname=libs3
-pkgver=1.4
+pkgver=trunk
pkgrel=1
pkgdesc="C Library and Tools for Amazon S3 Access"
arch=('i686' 'x86_64')
diff --git a/doxyfile b/doxyfile
index cf96076..0c7aedc 100644
--- a/doxyfile
+++ b/doxyfile
@@ -23,7 +23,7 @@ PROJECT_NAME = libs3
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 1.4
+PROJECT_NUMBER = trunk
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/libs3.spec b/libs3.spec
index 52a45b2..95c3678 100644
--- a/libs3.spec
+++ b/libs3.spec
@@ -1,11 +1,11 @@
Summary: C Library and Tools for Amazon S3 Access
Name: libs3
-Version: 1.4
+Version: trunk
Release: 1
License: GPL
Group: Networking/Utilities
URL: http://sourceforge.net/projects/reallibs3
-Source0: libs3-1.4.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