diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-02-12 17:00:17 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-02-12 17:00:17 (GMT) |
commit | 3f9253d031aec08c0e9721682de7225d6ef1ea04 (patch) | |
tree | b381a2f7cf4174c548dec17d01d9e4e25a8f9b1a /ds9/win | |
parent | ae3965528faa615e0a2dbf8b79ba523ff0bc3391 (diff) | |
download | blt-3f9253d031aec08c0e9721682de7225d6ef1ea04.zip blt-3f9253d031aec08c0e9721682de7225d6ef1ea04.tar.gz blt-3f9253d031aec08c0e9721682de7225d6ef1ea04.tar.bz2 |
up version number
Diffstat (limited to 'ds9/win')
-rw-r--r-- | ds9/win/ds9.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 26fc3b7..aa4ce4b 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,6 +1,6 @@ #include <windows.h> -#define VV "7.6rc" +#define VV "7.6" VS_VERSION_INFO VERSIONINFO FILEVERSION 7,6,0,0 |