Updated for 1.1.0.3.
This commit is contained in:
parent
19c26e6cc1
commit
e72175898b
|
@ -2235,7 +2235,7 @@ fi
|
||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=xmlcopyeditor
|
PACKAGE=xmlcopyeditor
|
||||||
VERSION=1.1.0.2
|
VERSION=1.1.0.3
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
AC_INIT(src/xmlcopyeditor.cpp)
|
AC_INIT(src/xmlcopyeditor.cpp)
|
||||||
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.1.0.2)
|
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.1.0.3)
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
Loading…
Reference in New Issue