About to release DeforaOS libDesktop 0.1.0
This commit is contained in:
parent
701df68499
commit
608e360bd3
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PACKAGE = libDesktop
|
||||
VERSION = 0.0.10
|
||||
VERSION = 0.1.0
|
||||
SUBDIRS = data doc include src
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
|||
#define PACKAGE "libDesktop"
|
||||
#define VERSION "0.0.10"
|
||||
#define VERSION "0.1.0"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE="libDesktop"
|
||||
VERSION="0.0.10"
|
||||
VERSION="0.1.0"
|
||||
|
||||
PREFIX="/usr/local"
|
||||
LIBDIR="${PREFIX}/lib"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
||||
<!ENTITY server "www.defora.org/doc/gtk-doc/html">
|
||||
<!ENTITY title "DeforaOS libDesktop">
|
||||
<!ENTITY version "0.0.10">
|
||||
<!ENTITY version "0.1.0">
|
||||
]>
|
||||
<book id="index">
|
||||
<bookinfo>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=libDesktop
|
||||
version=0.0.10
|
||||
version=0.1.0
|
||||
config=h,sh
|
||||
|
||||
subdirs=data,doc,include,src
|
||||
|
|
Loading…
Reference in New Issue
Block a user