diff options
author | Lauri Aarnio <lauri@bar.research.nokia.com> | 2009-01-06 15:07:57 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2009-01-10 01:18:47 +0200 |
commit | 8171d8046e1385bc5f4d77bc664a6b49cc6c7ebb (patch) | |
tree | 315e8057605e2cd66c1337aaf16e48f093d21536 | |
parent | 30a36d18559647bfa02baf678b9cfa59dceae38f (diff) |
Version up to 1.99.0.30
N.B. Currently the version number of SB2 must be incremented whenever
the Lua <=> C interface is modified. That is one - but not the only one -
reason why this had to be made now; Recent commits have modified that interface.
(see how "sb2" locates libsb2.so for tools and/or host-compatible
rootstraps. This restriction should be removed in the future, we are
working on it...)
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -26,7 +26,7 @@ endif CC = gcc CXX = g++ LD = ld -PACKAGE_VERSION = 1.99.0.29 +PACKAGE_VERSION = 1.99.0.30 ifeq ($(shell if [ -d $(SRCDIR)/.git ]; then echo y; fi),y) GIT_PV_COMMIT := $(shell git --git-dir=$(SRCDIR)/.git log -1 --pretty="format:%h" $(PACKAGE_VERSION) 2>/dev/null) diff --git a/debian/changelog b/debian/changelog index 04b1a1e..c7be689 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +scratchbox2 (1.99.0.30) unstable; urgency=low + * fill me up + -- Lauri Aarnio <lauri.aarnio@iki.fi> Tue, 09 Dec 2008 11:52:14 +0200 + scratchbox2 (1.99.0.27-1) unstable; urgency=low * New upstream version |