The version info had the revision and the age transposed.
authorChristopher John Purnell <cjp@lost.org.uk>
Mon, 21 Jul 2003 21:58:59 +0000 (21:58 +0000)
committerChristopher John Purnell <cjp@lost.org.uk>
Mon, 21 Jul 2003 21:58:59 +0000 (21:58 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@140 7f0cb862-5218-0410-a997-914c9d46530a

src/Makefile.am

index d37eb9e..6093d38 100644 (file)
@@ -35,7 +35,7 @@ libglut_la_SOURCES = freeglut_callbacks.c \
 # Additional linker flags
 #       
 libglut_la_LIBADD = $(LIBM) $(X_LIBS) -lGL -lGLU -lXext -lX11 -lXxf86vm
-libglut_la_LDFLAGS = -version-info 11:8:0
+libglut_la_LDFLAGS = -version-info 11:0:8
 
 #
 # End of file