File: VERSION

package info (click to toggle)
fracplanet 0.4.0-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 732 kB
  • ctags: 834
  • sloc: cpp: 5,749; sh: 135; makefile: 55
file content (11 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# Script to echo the current version number.
# THIS IS THE ONLY PLACE A VERSION NUMBER SHOULD BE SPECIFIED

# NB If you edit this, you will need to "make distclean" and then rebuild (./BUILD) as there is no dependency checking

# Avoid '-' or '_' in the version as it confuses mkdeb.
# Use dev or wip qualifier while working to a release.

echo "0.4.0"