summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2007-07-23 00:32:13 +0300
committerLauri Leukkunen <lle@rahina.org>2007-07-23 00:32:13 +0300
commit71f54a4de46db559c7fc884c77b5ef2088d3b924 (patch)
tree0ab67d41e0132724b2b2c9bc080894eef749e211
parentff06587d46942c54741611b94e93f64a81cb51fc (diff)
Pump the version1.99.0.10
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f189ca9..869b43d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC = gcc
CXX = g++
LD = ld
-PACKAGE_VERSION = "1.99.0.9"
+PACKAGE_VERSION = "1.99.0.10"
PACKAGE = "SB2"
LIBSB2_SONAME = "libsb2.so.1"
CFLAGS = -O2 -g -Wall -W -I./include -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1