mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-23 20:01:15 +00:00
fix interface version error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@32499 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eadd806378
commit
c6fa7c22bc
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
-include config.make
|
||||
|
||||
PACKAGE_NAME = Performance
|
||||
PACKAGE_VERSION = 0.4.0
|
||||
PACKAGE_VERSION = 0.3.0
|
||||
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
||||
SVN_MODULE_NAME = performance
|
||||
|
||||
|
@ -32,7 +32,7 @@ TEST_TOOL_NAME=
|
|||
LIBRARY_NAME=Performance
|
||||
DOCUMENT_NAME=Performance
|
||||
|
||||
Performance_INTERFACE_VERSION=0.4
|
||||
Performance_INTERFACE_VERSION=0.3
|
||||
|
||||
Performance_OBJC_FILES += \
|
||||
GSCache.m \
|
||||
|
|
Loading…
Reference in a new issue