Changeset 981 for branches/branch-1.8/zoo-project/zoo-kernel
- Timestamp:
- Dec 30, 2020, 4:33:04 PM (4 years ago)
- Location:
- branches/branch-1.8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.8
-
branches/branch-1.8/zoo-project/zoo-kernel/Makefile.in
r979 r981 4 4 5 5 version.h: Makefile 6 echo "#define ZOO_VERSION \"1.8.0 -rc1`svnversion`\"" > version.h6 echo "#define ZOO_VERSION \"1.8.0 `svnversion`\"" > version.h 7 7 echo "@ETC_DEF@" >> version.h 8 8 echo "#define LOCALEDIR \"@localedir@\"" >> version.h -
branches/branch-1.8/zoo-project/zoo-kernel/configure.ac
r968 r981 1 AC_INIT([ZOO Kernel], [1.8.0 -rc1], [bugs@zoo-project.org])1 AC_INIT([ZOO Kernel], [1.8.0], [bugs@zoo-project.org]) 2 2 3 3 AC_CONFIG_MACRO_DIR([macros])
Note: See TracChangeset
for help on using the changeset viewer.