diff --git a/Makefile.am b/Makefile.am index 2ac42231e1f..c9165d44409 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,4 +54,3 @@ EXTRA_DIST += \ win/VC100/g3dlite.vcxproj ACLOCAL_AMFLAGS = -I m4 - diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d057eb4393d..93ad083397e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9999" + #define REVISION_NR "10000" #endif // __REVISION_NR_H__