1#----------------------------------------------------------------------------- 2# Common variables for all projects. 3#----------------------------------------------------------------------------- 4 5 6#----------------------------------------------------------------------------- 7# Project name (used e.g. in include file and doc install path). 8# remember to update debian/* files if you changes this 9#----------------------------------------------------------------------------- 10PROJECT_NAME = signon-oauth2 11 12#----------------------------------------------------------------------------- 13# Project version 14# remember to update debian/* files if you changes this 15#----------------------------------------------------------------------------- 16PROJECT_VERSION = 0.25 17 18#----------------------------------------------------------------------------- 19# Library version 20#----------------------------------------------------------------------------- 21LIBRARY_VERSION = 0.5 22 23# End of File 24 25