Skip to content

Commit

Permalink
Update to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blong committed Jul 11, 2007
1 parent 36ba002 commit 18235f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ output_dir:
mkdir -p $$mdir; \
done

CS_DISTDIR = clearsilver-0.10.4
CS_LABEL = CLEARSILVER-0_10_4
CS_DISTDIR = clearsilver-0.10.5
CS_LABEL = CLEARSILVER-0_10_5
CS_FILES = README README.python INSTALL LICENSE CS_LICENSE rules.mk.in Makefile acconfig.h autogen.sh config.guess config.sub configure.in cs_config.h.in mkinstalldirs install-sh ClearSilver.h
CS_DIRS = util cs cgi python scripts mod_ecs imd java-jni perl ruby dso csharp ports contrib m4

Expand Down
4 changes: 2 additions & 2 deletions ports/rpm/clearsilver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@

Summary: Neotonic ClearSilver
Name: clearsilver
Version: 0.10.4
Version: 0.10.5
Release: 1
Copyright: Open Source - Neotonic ClearSilver License (Apache 1.1 based)
Group: Development/Libraries
Source: http://www.clearsilver.net/downloads/clearsilver-0.10.4.tar.gz
Source: http://www.clearsilver.net/downloads/clearsilver-0.10.5.tar.gz
URL: http://www.clearsilver.net/
Vendor: Neotonic Software Corporation, Inc.
Packager: Brandon Long <blong@neotonic.com>
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from distutils.core import Extension
from distutils import sysconfig

VERSION = "0.10.4"
VERSION = "0.10.5"
INC_DIRS = ["../"]
LIBRARIES = ["neo_cgi", "neo_cs", "neo_utl"]
LIB_DIRS = ["../libs"]
Expand Down

0 comments on commit 18235f0

Please sign in to comment.