Updated to version 1.1.0.5.
This commit is contained in:
parent
cc6c29344e
commit
95d1fb8a8a
|
@ -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.4
|
VERSION=1.1.0.5
|
||||||
|
|
||||||
|
|
||||||
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.4)
|
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.1.0.5)
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
Loading…
Reference in New Issue