#!/bin/sh

# okay this looks weird, but in the makefile
# a cd .. is done
echo `grep VERSION hdup/hdup.in.h  | awk '{print $3}' | sed s/\"//g`
